Lines Matching defs:BasePtr1
102 BaseIndexOffset BasePtr1 = match(Op1, DAG);
103 if (!BasePtr1.getBase().getNode())
107 if (BasePtr0.equalBaseIndex(BasePtr1, DAG, PtrDiff)) {
109 // BasePtr1 is PtrDiff away from BasePtr0. They alias if none of the
113 // [---BasePtr1--]
121 // [---BasePtr1--]
129 // If both BasePtr0 and BasePtr1 are FrameIndexes, we will not be
134 if (auto *B = dyn_cast<FrameIndexSDNode>(BasePtr1.getBase())) {
146 bool IsFI1 = isa<FrameIndexSDNode>(BasePtr1.getBase());
148 bool IsGV1 = isa<GlobalAddressSDNode>(BasePtr1.getBase());
150 bool IsCV1 = isa<ConstantPoolSDNode>(BasePtr1.getBase());
160 auto *GV1 = cast<GlobalAddressSDNode>(BasePtr1.getBase())->getGlobal();