reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5330 if ((!LHSIsTrue && match(LHS, m_Or(m_Value(ALHS), m_Value(ARHS)))) || 5331 (LHSIsTrue && match(LHS, m_And(m_Value(ALHS), m_Value(ARHS))))) { 5334 isImpliedCondition(ALHS, RHS, DL, LHSIsTrue, Depth + 1)) 5337 isImpliedCondition(ARHS, RHS, DL, LHSIsTrue, Depth + 1))