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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
  787     if (match(RHS, m_Xor(m_Value(Y), m_APInt(C1))))
  790     if (match(X, m_Xor(m_Value(Y), m_APInt(C1)))) {
  793       if (match(Y, m_Or(m_Value(Z), m_APInt(C2))) && (*C2 == ~(*C1))) {
  796       } else if (match(Y, m_And(m_Value(Z), m_APInt(C2))) && (*C1 == *C2)) {
  810   if (match(RHS, m_Xor(m_Value(Y), m_APInt(C1))))
  816   if (match(LHS, m_Xor(m_Value(Y), m_APInt(C1))))
  818       if (match(Y, m_And(m_Value(Z), m_APInt(C2))) && *C1 == (*C2 + 1)) {