reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/CFLGraph.h
  300       auto *Ptr = Inst.getPointerOperand();
lib/CodeGen/AtomicExpandPass.cpp
  845   Value *Addr = CI->getPointerOperand();
  977       Builder, CI, CI->getCompareOperand()->getType(), CI->getPointerOperand(),
 1060   Value *Addr = CI->getPointerOperand();
 1094   Value *Addr = CI->getPointerOperand();
 1503       I, Size, Align, I->getPointerOperand(), I->getNewValOperand(),
lib/CodeGen/CodeGenPrepare.cpp
 7006       return optimizeMemoryInst(I, CmpX->getPointerOperand(),
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1380     PtrOperand = XCHG->getPointerOperand();
lib/Transforms/Instrumentation/BoundsChecking.cpp
  162       Or = getBoundsCheckCond(AI->getPointerOperand(), AI->getCompareOperand(),
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  543     PtrOperand = XCHG->getPointerOperand();
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  677     Value *Addr = CASI->getPointerOperand();
lib/Transforms/Scalar/InferAddressSpaces.cpp
  367       PushPtrOperand(CmpX->getPointerOperand());
lib/Transforms/Scalar/LoopStrengthReduce.cpp
  830     if (CmpX->getPointerOperand() == OperandVal)
lib/Transforms/Scalar/LowerAtomic.cpp
   25   Value *Ptr = CXI->getPointerOperand();