Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp306 LVI->getConstantRangeAtUse(Cmp->getOperandUse(0), in processICmp()
308 LVI->getConstantRangeAtUse(Cmp->getOperandUse(1), in processICmp()
424 LVI->getConstantRangeAtUse(BO->getOperandUse(0), /*UndefAllowed*/ false); in willNotOverflow()
426 LVI->getConstantRangeAtUse(BO->getOperandUse(1), /*UndefAllowed*/ false); in willNotOverflow()
492 ConstantRange Range = LVI->getConstantRangeAtUse( in processAbsIntrinsic()
853 ConstantRange XCR = LVI->getConstantRangeAtUse(Instr->getOperandUse(0), in processUDivOrURem()
856 ConstantRange YCR = LVI->getConstantRangeAtUse(Instr->getOperandUse(1), in processUDivOrURem()
987 LVI->getConstantRangeAtUse(Instr->getOperandUse(0), /*AllowUndef*/ false); in processSDivOrSRem()
1040 if (!LVI->getConstantRangeAtUse(Base, /*UndefAllowed*/ false) in processSExt()
1063 if (!LVI->getConstantRangeAtUse(Base, /*UndefAllowed*/ false) in processZExt()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h99 ConstantRange getConstantRangeAtUse(const Use &U, bool UndefAllowed);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1742 ConstantRange LazyValueInfo::getConstantRangeAtUse(const Use &U, in getConstantRangeAtUse() function in LazyValueInfo