Searched refs:checkCondition (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 1320 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 D | SemaExpr.cpp | 8731 static bool checkCondition(Sema &S, const Expr *Cond, in checkCondition() function 9220 if (checkCondition(*this, Cond.get(), QuestionLoc)) in CheckConditionalOperands()
|