Searched refs:toConstantRange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 832 static ConstantRange toConstantRange(const ValueLatticeElement &Val, in toConstantRange() function 859 const ConstantRange &TrueCR = toConstantRange(TrueVal, SI->getType()); in solveBlockValueSelect() 860 const ConstantRange &FalseCR = toConstantRange(FalseVal, SI->getType()); in solveBlockValueSelect() 935 return toConstantRange(*OptVal, V->getType()); in getRangeFor() 1118 RHSRange = toConstantRange(*R, RHS->getType()); in getValueFromSimpleICmpCondition() 1739 return toConstantRange(Result, V->getType(), UndefAllowed); in getConstantRange() 1747 return toConstantRange(Result, U->getType(), UndefAllowed); in getConstantRangeAtUse() 1777 return toConstantRange(Result, V->getType(), /*UndefAllowed*/ true); in getConstantRangeOnEdge()
|