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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1950       NotA = Op1;
 1955         match(NotA, m_Not(m_Value(A))) && (NotA == LHS || NotA == RHS)) {
 1955         match(NotA, m_Not(m_Value(A))) && (NotA == LHS || NotA == RHS)) {
 1955         match(NotA, m_Not(m_Value(A))) && (NotA == LHS || NotA == RHS)) {
 1956       if (NotA == LHS)
 1961           !NotA->hasNUsesOrMore(4)) {
 1965         if (NotA == Op0)