Lines Matching refs:getPointerOperand
294 Addr = GEP->getPointerOperand(); in addrPointsToConstantData()
331 Value *Addr = Store->getPointerOperand(); in chooseInstructionsToInstrument()
337 Value *Addr = Load->getPointerOperand(); in chooseInstructionsToInstrument()
351 ? cast<StoreInst>(I)->getPointerOperand() in chooseInstructionsToInstrument()
352 : cast<LoadInst>(I)->getPointerOperand(); in chooseInstructionsToInstrument()
463 ? cast<StoreInst>(I)->getPointerOperand() in instrumentLoadOrStore()
464 : cast<LoadInst>(I)->getPointerOperand(); in instrumentLoadOrStore()
569 Value *Addr = LI->getPointerOperand(); in instrumentAtomic()
590 Value *Addr = SI->getPointerOperand(); in instrumentAtomic()
604 Value *Addr = RMWI->getPointerOperand(); in instrumentAtomic()
621 Value *Addr = CASI->getPointerOperand(); in instrumentAtomic()