Lines Matching refs:getPointerOperand
339 Addr = GEP->getPointerOperand(); in addrPointsToConstantData()
376 Value *Addr = Store->getPointerOperand(); in chooseInstructionsToInstrument()
382 Value *Addr = Load->getPointerOperand(); in chooseInstructionsToInstrument()
396 ? cast<StoreInst>(I)->getPointerOperand() in chooseInstructionsToInstrument()
397 : cast<LoadInst>(I)->getPointerOperand(); in chooseInstructionsToInstrument()
521 ? cast<StoreInst>(I)->getPointerOperand() in instrumentLoadOrStore()
522 : cast<LoadInst>(I)->getPointerOperand(); in instrumentLoadOrStore()
629 Value *Addr = LI->getPointerOperand(); in instrumentAtomic()
644 Value *Addr = SI->getPointerOperand(); in instrumentAtomic()
658 Value *Addr = RMWI->getPointerOperand(); in instrumentAtomic()
675 Value *Addr = CASI->getPointerOperand(); in instrumentAtomic()