Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Base2

9887   SDValue Base1, Base2;
9892 bool isFrameIndex2 = FindBaseOffset(Ptr2, Base2, Offset2, GV2, CV2);
9895 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))
9905 Offset2 += MFI->getObjectOffset(cast<FrameIndexSDNode>(Base2)->getIndex());