Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:offset2

4362   // If this is (FI+Offset1)+Offset2, we can model it.
6220 int64_t Offset2 = 0;
6223 bool isGA2 = TLI->isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
6225 return Offset1 == (Offset2 + Dist*Bytes);