Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Ptr1

278     bool isAlias(SDValue Ptr1, int64_t Size1,
8558 bool DAGCombiner::isAlias(SDValue Ptr1, int64_t Size1,
8567 if (Ptr1 == Ptr2) return true;
8574 bool isFrameIndex1 = FindBaseOffset(Ptr1, Base1, Offset1, GV1, CV1);