Home
last modified time | relevance | path

Searched refs:getConstantRangeAtUse (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp298 LVI->getConstantRangeAtUse(Cmp->getOperandUse(0), in processICmp()
300 LVI->getConstantRangeAtUse(Cmp->getOperandUse(1), in processICmp()
406 ConstantRange CR = LVI->getConstantRangeAtUse(I->getOperandUse(0), in processSwitch()
439 LVI->getConstantRangeAtUse(BO->getOperandUse(0), /*UndefAllowed*/ false); in willNotOverflow()
441 LVI->getConstantRangeAtUse(BO->getOperandUse(1), /*UndefAllowed*/ false); in willNotOverflow()
503 ConstantRange Range = LVI->getConstantRangeAtUse( in processAbsIntrinsic()
543 LVI->getConstantRangeAtUse(CI->getOperandUse(0), /*UndefAllowed*/ false); in processCmpIntrinsic()
545 LVI->getConstantRangeAtUse(CI->getOperandUse(1), /*UndefAllowed*/ false); in processCmpIntrinsic()
573 ConstantRange LHS_CR = LVI->getConstantRangeAtUse(MM->getOperandUse(0), in processMinMaxIntrinsic()
575 ConstantRange RHS_CR = LVI->getConstantRangeAtUse(MM->getOperandUse(1), in processMinMaxIntrinsic()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h99 ConstantRange getConstantRangeAtUse(const Use &U, bool UndefAllowed);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1750 ConstantRange LazyValueInfo::getConstantRangeAtUse(const Use &U, in getConstantRangeAtUse() function in LazyValueInfo