Searched refs:makeSatisfyingICmpRegion (Results 1 – 6 of 6) sorted by relevance
308 if (ConstantRange::makeSatisfyingICmpRegion(Pred, OtherCR).contains(CR)) in getCompare()310 if (ConstantRange::makeSatisfyingICmpRegion( in getCompare()
114 static ConstantRange makeSatisfyingICmpRegion(CmpInst::Predicate Pred,
127 ConstantRange ConstantRange::makeSatisfyingICmpRegion(CmpInst::Predicate Pred, in makeSatisfyingICmpRegion() function in ConstantRange145 assert(makeAllowedICmpRegion(Pred, C) == makeSatisfyingICmpRegion(Pred, C)); in makeExactICmpRegion()
3273 auto Satisfied_CR = ConstantRange::makeSatisfyingICmpRegion(Pred, RHS_CR); in SimplifyICmpInst()3277 auto InversedSatisfied_CR = ConstantRange::makeSatisfyingICmpRegion( in SimplifyICmpInst()
9394 return ConstantRange::makeSatisfyingICmpRegion(Pred, RangeRHS) in isKnownPredicateViaConstantRanges()10535 ConstantRange::makeSatisfyingICmpRegion(Pred, ConstRHS); in isImpliedCondOperandsViaRanges()
5439 auto SatisfyingRegion = ConstantRange::makeSatisfyingICmpRegion( in calculateCmpInst()