Lines Matching defs:getPointerOperand
269 static const Value *getPointerOperand(const Instruction *I,
275 return LI->getPointerOperand();
279 return SI->getPointerOperand();
283 return CXI->getPointerOperand();
287 return RMWI->getPointerOperand();
2928 // for which getPointerOperand() should give it to us.
2930 const_cast<Value *>(getPointerOperand(&I, /* AllowVolatile */ true));
5191 if (SI->getPointerOperand() == UseV)
5194 if (LI->getPointerOperand() == UseV)
5197 if (AI->getPointerOperand() == UseV)
5200 if (AI->getPointerOperand() == UseV)
5249 if (SI->getPointerOperand() == &AssociatedValue)
5257 if (LI->getPointerOperand() == &AssociatedValue)
5599 auto *Ptr = SI->getPointerOperand()->stripPointerCasts();
7066 A, *SI->getPointerOperand(), *this);
8225 if (cast<StoreInst>(UserI)->getPointerOperand() == U.get())
8740 if (const Value *Ptr = getPointerOperand(&I, /* AllowVolatile */ true)) {
12593 return peelAddrspacecast(I->getPointerOperand());