Searched refs:makeConstantRange (Results 1 – 6 of 6) sorted by relevance
1277 ICmpInst::makeConstantRange((ICmpInst::Predicate)Pred, CI->getValue()); in getPredicateResult()
2268 ConstantRange RHS_CR = ICmpInst::makeConstantRange(Pred, CI->getValue()); in SimplifyICmpInst()
5485 ICmpInst::makeConstantRange(Cond, RHSC->getAPInt())); in computeExitLimitFromICmp()
1220 static ConstantRange makeConstantRange(Predicate pred, const APInt &C);
3424 ICmpInst::makeConstantRange(Predicate pred, const APInt &C) { in makeConstantRange() function in ICmpInst
1812 ConstantRange CR = ICI.makeConstantRange(ICI.getPredicate(), RHSV) in visitICmpInstWithInstAndIntCst()