Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Offset2

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