Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp285 bool IsLess = ICmpInst::isLE(P) || ICmpInst::isLT(P); in sinkMinMaxInBB() local
288 assert(IsLess ^ IsGreater); in sinkMinMaxInBB()
293 if ((IsLess && IsMin) || (IsGreater && IsMax)) in sinkMinMaxInBB()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13570 IsLess = CR == CmpResult::Less, in VisitBinaryOperator() local
13580 return Success(IsLess, E); in VisitBinaryOperator()
13584 return Success(IsEqual || IsLess, E); in VisitBinaryOperator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6243 bool IsLess = (CC == ISD::SETLE || CC == ISD::SETULE || in foldAndOrOfSETCC() local
6246 if (IsLess == IsOr) in foldAndOrOfSETCC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4795 bool IsLess, bool IsEqual) { in optimizeWhile() argument
4805 if (IsLess) in optimizeWhile()