Searched refs:makeConstantRange (Results 1 – 6 of 6) sorted by relevance
1215 ICmpInst::makeConstantRange((ICmpInst::Predicate)Pred, CI->getValue()); in getPredicateResult()
2238 ConstantRange RHS_CR = ICmpInst::makeConstantRange(Pred, CI->getValue()); in SimplifyICmpInst()
5123 ICmpInst::makeConstantRange(Cond, RHSC->getValue()->getValue())); in ComputeExitLimitFromICmp()
1135 static ConstantRange makeConstantRange(Predicate pred, const APInt &C);
3151 ICmpInst::makeConstantRange(Predicate pred, const APInt &C) { in makeConstantRange() function in ICmpInst
1706 ConstantRange CR = ICI.makeConstantRange(ICI.getPredicate(), RHSV) in visitICmpInstWithInstAndIntCst()