Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1358 static std::optional<bool> checkCondition(CmpInst::Predicate Pred, Value *A, in checkCondition() function
1430 checkCondition(Cmp->getPredicate(), Cmp->getOperand(0), in checkAndReplaceCondition()
1447 if (auto ImpliedCondition = checkCondition( in checkAndReplaceMinMax()
1450 if (auto ImpliedCondition = checkCondition( in checkAndReplaceMinMax()
1460 if (checkCondition(I->getGTPredicate(), LHS, RHS, I, Info).value_or(false)) { in checkAndReplaceCmp()
1465 if (checkCondition(I->getLTPredicate(), LHS, RHS, I, Info).value_or(false)) { in checkAndReplaceCmp()
1470 if (checkCondition(ICmpInst::ICMP_EQ, LHS, RHS, I, Info).value_or(false)) { in checkAndReplaceCmp()
1531 checkCondition(CmpToCheck->getPredicate(), CmpToCheck->getOperand(0), in checkOrAndOpImpliedByOther()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7880 static bool checkCondition(Sema &S, const Expr *Cond, in checkCondition() function
8369 if (checkCondition(*this, Cond.get(), QuestionLoc)) in CheckConditionalOperands()