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

References

lib/Analysis/CFLGraph.h
  307       auto *Val = Inst.getValOperand();
lib/Analysis/CaptureTracking.cpp
  323       if (ARMWI->getValOperand() == V || ARMWI->isVolatile())
lib/CodeGen/AtomicExpandPass.cpp
  146   return DL.getTypeStoreSize(RMWI->getValOperand()->getType());
  178   return DL.getTypeStoreSize(RMWI->getValOperand()->getType());
  577                                AI->getValOperand());
  755       Builder.CreateShl(Builder.CreateZExt(AI->getValOperand(), PMV.WordType),
  760                                  ValOperand_Shifted, AI->getValOperand(), PMV);
  788       Builder.CreateShl(Builder.CreateZExt(AI->getValOperand(), PMV.WordType),
  962       Builder.CreateCast(CastOp, AI->getValOperand(), PMV.WordType),
 1317   auto C = dyn_cast<ConstantInt>(RMWI->getValOperand());
 1437                                AI->getValOperand());
 1578         I, Size, Align, I->getPointerOperand(), I->getValOperand(), nullptr,
lib/Target/RISCV/RISCVISelLowering.cpp
 2832         DL.getTypeStoreSizeInBits(AI->getValOperand()->getType());
lib/Target/X86/X86ISelLowering.cpp
26535   if (auto *C = dyn_cast<ConstantInt>(AI->getValOperand()))
lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
   24   if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand()))
   34   auto C = dyn_cast<ConstantInt>(RMWI.getValOperand());
   62   if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand()))
   71   auto C = dyn_cast<ConstantInt>(RMWI.getValOperand());
  124     auto *SI = new StoreInst(RMWI.getValOperand(),
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1372     *TypeSize = DL.getTypeStoreSizeInBits(RMW->getValOperand()->getType());
lib/Transforms/Instrumentation/BoundsChecking.cpp
  165       Or = getBoundsCheckCond(AI->getPointerOperand(), AI->getValOperand(), DL,
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  535     *TypeSize = DL.getTypeStoreSizeInBits(RMW->getValOperand()->getType());
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  672                      IRB.CreateIntCast(RMWI->getValOperand(), Ty, false),
lib/Transforms/Scalar/LowerAtomic.cpp
   45   Value *Val = RMWI->getValOperand();