Lines Matching refs:getBase
99 if (!BasePtr0.getBase().getNode())
103 if (!BasePtr1.getBase().getNode())
133 if (auto *A = dyn_cast<FrameIndexSDNode>(BasePtr0.getBase()))
134 if (auto *B = dyn_cast<FrameIndexSDNode>(BasePtr1.getBase())) {
145 bool IsFI0 = isa<FrameIndexSDNode>(BasePtr0.getBase());
146 bool IsFI1 = isa<FrameIndexSDNode>(BasePtr1.getBase());
147 bool IsGV0 = isa<GlobalAddressSDNode>(BasePtr0.getBase());
148 bool IsGV1 = isa<GlobalAddressSDNode>(BasePtr1.getBase());
149 bool IsCV0 = isa<ConstantPoolSDNode>(BasePtr0.getBase());
150 bool IsCV1 = isa<ConstantPoolSDNode>(BasePtr1.getBase());
159 auto *GV0 = cast<GlobalAddressSDNode>(BasePtr0.getBase())->getGlobal();
160 auto *GV1 = cast<GlobalAddressSDNode>(BasePtr1.getBase())->getGlobal();