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

Declarations

include/llvm/Analysis/LazyValueInfo.h
   88   ConstantRange getConstantRange(Value *V, BasicBlock *BB, Instruction *CxtI = nullptr);

References

lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  435   ConstantRange LRange = LVI->getConstantRange(
  437   ConstantRange RRange = LVI->getConstantRange(
  631         LVI->getConstantRange(Operand, Instr->getParent()));
  760   ConstantRange LRange = LVI->getConstantRange(LHS, BB, BinOp);
  761   ConstantRange RRange = LVI->getConstantRange(RHS, BB, BinOp);
  795   ConstantRange LRange = LVI->getConstantRange(LHS, BB, BinOp);
lib/Transforms/Utils/LowerSwitch.cpp
  498     const ConstantRange LVIRange = LVI->getConstantRange(Val, OrigBlock, SI);