Home
last modified time | relevance | path

Searched refs:IsGreater (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp10998 bool IsGreater = ICmpInst::isGE(Pred) || ICmpInst::isGT(Pred); in getMonotonicPredicateTypeImpl() local
10999 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()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp13248 IsGreater = CR == CmpResult::Greater; in VisitBinaryOperator() local
13259 return Success(IsGreater, E); in VisitBinaryOperator()
13263 return Success(IsEqual || IsGreater, E); in VisitBinaryOperator()