Searched refs:makeConstantRange (Results 1 – 6 of 6) sorted by relevance
1084 ICmpInst::makeConstantRange((ICmpInst::Predicate)Pred, CI->getValue()); in getPredicateOnEdge()
1799 ConstantRange RHS_CR = ICmpInst::makeConstantRange(Pred, CI->getValue()); in SimplifyICmpInst()
4515 ICmpInst::makeConstantRange(Cond, RHSC->getValue()->getValue())); in ComputeExitLimitFromICmp()
1019 static ConstantRange makeConstantRange(Predicate pred, const APInt &C);
1364 ConstantRange CR = ICI.makeConstantRange(ICI.getPredicate(), RHSV) in visitICmpInstWithInstAndIntCst()
2975 ICmpInst::makeConstantRange(Predicate pred, const APInt &C) { in makeConstantRange() function in ICmpInst