Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1320 static std::optional<bool> checkCondition(CmpInst::Predicate Pred, Value *A, in checkCondition() function
1392 checkCondition(Cmp->getPredicate(), Cmp->getOperand(0), in checkAndReplaceCondition()
1451 checkCondition(CmpToCheck->getPredicate(), CmpToCheck->getOperand(0), in checkOrAndOpImpliedByOther()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8731 static bool checkCondition(Sema &S, const Expr *Cond, in checkCondition() function
9220 if (checkCondition(*this, Cond.get(), QuestionLoc)) in CheckConditionalOperands()