Home
last modified time | relevance | path

Searched refs:markConstantRange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h227 Res.markConstantRange(std::move(CR),
326 return markConstantRange(
339 return markConstantRange( in markNotConstant()
362 bool markConstantRange(ConstantRange NewR,
418 return markConstantRange(RHS.getConstantRange(true),
440 return markConstantRange(
465 return markConstantRange(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp452 bool markConstantRange(ValueLatticeElement &IV, Value *V,
818 markConstantRange(ValueState[A], A, *Range); in trackValueOfArgument()
911 bool SCCPInstVisitor::markConstantRange(ValueLatticeElement &IV, Value *V, in markConstantRange() function in SCCPInstVisitor
913 if (!IV.markConstantRange(CR)) in markConstantRange()