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();
2970 // for which getPointerOperand() should give it to us.
2972 const_cast<Value *>(getPointerOperand(&I, /* AllowVolatile */ true));
5233 if (SI->getPointerOperand() == UseV)
5236 if (LI->getPointerOperand() == UseV)
5239 if (AI->getPointerOperand() == UseV)
5242 if (AI->getPointerOperand() == UseV)
5291 if (SI->getPointerOperand() == &AssociatedValue)
5299 if (LI->getPointerOperand() == &AssociatedValue)
5641 auto *Ptr = SI->getPointerOperand()->stripPointerCasts();
7118 A, *SI->getPointerOperand(), *this);
8277 if (cast<StoreInst>(UserI)->getPointerOperand() == U.get())
8792 if (const Value *Ptr = getPointerOperand(&I, /* AllowVolatile */ true)) {
12709 return I->getPointerOperand();