Lines Matching defs:ALHS
9365 /// ALHS ARHS" is true. Otherwise, return std::nullopt.
9367 isImpliedCondOperands(CmpInst::Predicate Pred, const Value *ALHS,
9375 if (isTruePredicate(CmpInst::ICMP_SLE, BLHS, ALHS) &&
9382 if (isTruePredicate(CmpInst::ICMP_SLE, ALHS, BLHS) &&
9389 if (isTruePredicate(CmpInst::ICMP_ULE, BLHS, ALHS) &&
9396 if (isTruePredicate(CmpInst::ICMP_ULE, ALHS, BLHS) &&
9552 const Value *ALHS, *ARHS;
9553 if ((!LHSIsTrue && match(LHS, m_LogicalOr(m_Value(ALHS), m_Value(ARHS)))) ||
9554 (LHSIsTrue && match(LHS, m_LogicalAnd(m_Value(ALHS), m_Value(ARHS))))) {
9557 ALHS, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, Depth + 1))