Lines Matching defs:RHS2
3683 const Value *LHS2 = nullptr, *RHS2 = nullptr;
3684 SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor;
3688 if (!match(RHS2, m_APInt(CHigh)))
9237 // LHS ==> (RHS1 || RHS2) if LHS ==> RHS1 or LHS ==> RHS2
9238 // LHS ==> !(RHS1 && RHS2) if LHS ==> !RHS1 or LHS ==> !RHS2
9239 const Value *RHS1, *RHS2;
9240 if (match(RHS, m_LogicalOr(m_Value(RHS1), m_Value(RHS2)))) {
9246 isImpliedCondition(LHS, RHS2, DL, LHSIsTrue, Depth + 1))
9250 if (match(RHS, m_LogicalAnd(m_Value(RHS1), m_Value(RHS2)))) {
9256 isImpliedCondition(LHS, RHS2, DL, LHSIsTrue, Depth + 1))