Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.compare.pass.cpp157 bool IsGreater = std::lexicographical_compare(RHS.begin(), RHS.end(), LHS.begin(), LHS.end()); CompareElements() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp289 bool IsGreater = ICmpInst::isGE(P) || ICmpInst::isGT(P); sinkMinMaxInBB() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11026 bool IsGreater = ICmpInst::isGE(Pred) || ICmpInst::isGT(Pred); getMonotonicPredicateTypeImpl() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13907 IsGreater = CR == CmpResult::Greater; VisitBinaryOperator() local