Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDValueLattice.h288 return getConstant()->toConstantRange();
391 assert((!isConstant() || NewR.contains(getConstant()->toConstantRange())) &&
437 ConstantRange L = getConstant()->toConstantRange();
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstant.h160 ConstantRange toConstantRange() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLazyValueInfo.cpp1798 ConstantRange RHS = C->toConstantRange(); in getPredicateResult()
HDValueTracking.cpp9697 return C->toConstantRange(); in computeConstantRange()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSCCPSolver.cpp105 return Const->toConstantRange(); in refineInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp1759 ConstantRange Constant::toConstantRange() const { in toConstantRange() function in Constant