Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:offset1

4609   // If this is (FI+Offset1)+Offset2, we can model it.
6508 int64_t Offset1 = 0;
6511 bool isGA1 = TLI->isGAPlusOffset(Loc.getNode(), GV1, Offset1);
6514 return Offset1 == (Offset2 + Dist*Bytes);