Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Base2

10147   SDValue Base1, Base2;
10152 bool isFrameIndex2 = FindBaseOffset(Ptr2, Base2, Offset2, GV2, CV2);
10155 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))
10165 Offset2 += MFI->getObjectOffset(cast<FrameIndexSDNode>(Base2)->getIndex());