Searched refs:LHSIsSelect (Results 1 – 1 of 1) sorted by relevance
874 bool LHSIsSelect = match(LHS, m_Select(m_Value(A), m_Value(B), m_Value(C))); in SimplifySelectsFeedingBinaryOp() local876 if (!LHSIsSelect && !RHSIsSelect) in SimplifySelectsFeedingBinaryOp()912 if (LHSIsSelect && RHSIsSelect && A == D) { in SimplifySelectsFeedingBinaryOp()924 } else if (LHSIsSelect && LHS->hasOneUse()) { in SimplifySelectsFeedingBinaryOp()