Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:offset1

4337   // If this is (FI+Offset1)+Offset2, we can model it.
6198 int64_t Offset1 = 0;
6200 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1);
6203 return Offset1 == (Offset2 + Dist*Bytes);