Home
last modified time | relevance | path

Searched refs:toConstantRange (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h286 return getConstant()->toConstantRange();
389 assert((!isConstant() || NewR.contains(getConstant()->toConstantRange())) &&
435 ConstantRange L = getConstant()->toConstantRange();
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h161 LLVM_ABI ConstantRange toConstantRange() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp964 ConstantRange TrueY = TrueC->toConstantRange(); in solveBlockValueBinaryOpImpl()
965 ConstantRange FalseY = FalseC->toConstantRange(); in solveBlockValueBinaryOpImpl()
1872 ConstantRange RHS = C->toConstantRange(); in getPredicateResult()
H A DValueTracking.cpp10001 return C->toConstantRange(); in computeConstantRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp94 return Const->toConstantRange(); in getRange()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1791 ConstantRange Constant::toConstantRange() const { in toConstantRange() function in Constant