Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:base1

8570   SDValue Base1, Base2;
8574 bool isFrameIndex1 = FindBaseOffset(Ptr1, Base1, Offset1, GV1, CV1);
8578 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))
8587 Offset1 += MFI->getObjectOffset(cast<FrameIndexSDNode>(Base1)->getIndex());