Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Offset2

9255   int64_t Offset1 = 0, Offset2 = 0;
9257 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG);
9258 if (Base1 == Base2 && Offset1 == (Offset2 + Dist * Bytes))
9265 Offset2 = 0;
9267 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
9269 return Offset1 == (Offset2 + Dist*Bytes);