Home
last modified time | relevance | path

Searched refs:IsLess (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp288 bool IsLess = ICmpInst::isLE(P) || ICmpInst::isLT(P); in sinkMinMaxInBB() local
291 assert(IsLess ^ IsGreater); in sinkMinMaxInBB()
296 if ((IsLess && IsMin) || (IsGreater && IsMax)) in sinkMinMaxInBB()
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13937 IsLess = CR == CmpResult::Less, in VisitBinaryOperator() local
13947 return Success(IsLess, E); in VisitBinaryOperator()
13951 return Success(IsEqual || IsLess, E); in VisitBinaryOperator()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td547 def IsLess : Builtin {
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6247 bool IsLess = (CC == ISD::SETLE || CC == ISD::SETULE || in foldAndOrOfSETCC() local
6250 if (IsLess == IsOr) in foldAndOrOfSETCC()