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.h288 return getConstant()->toConstantRange();
391 assert((!isConstant() || NewR.contains(getConstant()->toConstantRange())) &&
437 ConstantRange L = getConstant()->toConstantRange();
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h160 ConstantRange toConstantRange() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1798 ConstantRange RHS = C->toConstantRange(); in getPredicateResult()
H A DValueTracking.cpp9697 return C->toConstantRange(); in computeConstantRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp105 return Const->toConstantRange(); in refineInstruction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1759 ConstantRange Constant::toConstantRange() const { in toConstantRange() function in Constant