Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Dist

6372 /// location that is 'Dist' units away from the location that the 'Base' load
6375 unsigned Bytes, int Dist) const {
6393 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);
6398 cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue() == Dist*Bytes)
6408 return Offset1 == (Offset2 + Dist*Bytes);