reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ValueTracking.cpp
 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))