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

References

lib/Analysis/CFLGraph.h
  306       auto *Ptr = Inst.getPointerOperand();
lib/CodeGen/AtomicExpandPass.cpp
  579       expandAtomicOpToLLSC(AI, AI->getType(), AI->getPointerOperand(),
  751       createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(),
  784       createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(),
  950       createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(),
 1434       Builder, AI->getType(), AI->getPointerOperand(), AI->getOrdering(),
 1578         I, Size, Align, I->getPointerOperand(), I->getValOperand(), nullptr,
lib/CodeGen/CodeGenPrepare.cpp
 7000       return optimizeMemoryInst(I, RMW->getPointerOperand(),
lib/Target/X86/X86ISelLowering.cpp
26581       Builder.CreateAlignedLoad(AI->getType(), AI->getPointerOperand(),
lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
  125                              RMWI.getPointerOperand(), &RMWI);
  155   LoadInst *Load = new LoadInst(RMWI.getType(), RMWI.getPointerOperand());
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1374     PtrOperand = RMW->getPointerOperand();
lib/Transforms/Instrumentation/BoundsChecking.cpp
  165       Or = getBoundsCheckCond(AI->getPointerOperand(), AI->getValOperand(), DL,
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  537     PtrOperand = RMW->getPointerOperand();
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  660     Value *Addr = RMWI->getPointerOperand();
lib/Transforms/Scalar/InferAddressSpaces.cpp
  365       PushPtrOperand(RMW->getPointerOperand());
lib/Transforms/Scalar/LoopStrengthReduce.cpp
  827     if (RMW->getPointerOperand() == OperandVal)
lib/Transforms/Scalar/LowerAtomic.cpp
   44   Value *Ptr = RMWI->getPointerOperand();