Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Offset1

4111   // If this is (FI+Offset1)+Offset2, we can model it.
6513 int64_t Offset1 = 0;
6515 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1);
6518 return Offset1 == (Offset2 + Dist*Bytes);