Home
last modified time | relevance | path

Searched defs:IsGreater (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp289 bool IsGreater = ICmpInst::isGE(P) || ICmpInst::isGT(P); in sinkMinMaxInBB() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11026 bool IsGreater = ICmpInst::isGE(Pred) || ICmpInst::isGT(Pred); in getMonotonicPredicateTypeImpl() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13938 IsGreater = CR == CmpResult::Greater; in VisitBinaryOperator() local