Searched refs:IsGreater (Results 1 – 2 of 2) sorted by relevance
10998 bool IsGreater = ICmpInst::isGE(Pred) || ICmpInst::isGT(Pred); in getMonotonicPredicateTypeImpl() local10999 assert((IsGreater || ICmpInst::isLE(Pred) || ICmpInst::isLT(Pred)) && in getMonotonicPredicateTypeImpl()11006 return IsGreater ? MonotonicallyIncreasing : MonotonicallyDecreasing; in getMonotonicPredicateTypeImpl()11016 return IsGreater ? MonotonicallyIncreasing : MonotonicallyDecreasing; in getMonotonicPredicateTypeImpl()11019 return !IsGreater ? MonotonicallyIncreasing : MonotonicallyDecreasing; in getMonotonicPredicateTypeImpl()
13248 IsGreater = CR == CmpResult::Greater; in VisitBinaryOperator() local13259 return Success(IsGreater, E); in VisitBinaryOperator()13263 return Success(IsEqual || IsGreater, E); in VisitBinaryOperator()