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

References

include/llvm/IR/IntrinsicInst.h
  488       assert(getValue()->getType() == Val->getType() &&
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 5792     SDValue Val = getValue(MI.getValue());
lib/Target/AArch64/AArch64StackTagging.cpp
  122                 cast<ConstantInt>(MSI->getValue()));
  376       if (!isa<ConstantInt>(MSI->getValue()))
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  901       Builder.CreateMemSet(MemSet->getRawDest(), MemSet->getValue(),
lib/Transforms/IPO/GlobalOpt.cpp
  220       if (isa<Constant>(MSI->getValue())) {
  223       } else if (Instruction *I = dyn_cast<Instruction>(MSI->getValue())) {
lib/Transforms/InstCombine/InstCombineCalls.cpp
  246   ConstantInt *FillC = dyn_cast<ConstantInt>(MI->getValue());
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1483   Value *ValShadow = DFSF.getShadow(I.getValue());
lib/Transforms/Scalar/InferAddressSpaces.cpp
  794     B.CreateMemSet(NewV, MSI->getValue(),
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  842   Value *SplatValue = MSI->getValue();
lib/Transforms/Scalar/MemCpyOptimizer.cpp
  347       if (MSI->isVolatile() || ByteVal != MSI->getValue() ||
  712                                               MSI->getValue())) {
lib/Transforms/Scalar/SROA.cpp
 2802           getNewAllocaSlicePtr(IRB, OldPtr->getType()), II.getValue(), Size,
 2828           getIntegerSplat(II.getValue(), DL.getTypeSizeInBits(ElementTy) / 8);
 2842       V = getIntegerSplat(II.getValue(), Size);
 2861       V = getIntegerSplat(II.getValue(), DL.getTypeSizeInBits(ScalarTy) / 8);
lib/Transforms/Utils/Evaluator.cpp
  502           Constant *Val = getVal(MSI->getValue());
lib/Transforms/Utils/LowerMemIntrinsics.cpp
  448                    /* SetValue */ Memset->getValue(),
lib/Transforms/Utils/VNCoercion.cpp
  295       auto *CI = dyn_cast<ConstantInt>(cast<MemSetInst>(MI)->getValue());
  474     T *Val = cast<T>(MSI->getValue());
  532     if (!isa<Constant>(MSI->getValue()))
tools/polly/lib/Transform/ZoneAlgo.cpp
  435     auto *WrittenConstant = dyn_cast<Constant>(Memset->getValue());