Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_Xor

942     if (match(LHS, m_Xor(m_Value(XorLHS), m_ConstantInt(XorRHS)))) {
1168 if (match(RHS, m_Xor(m_Value(A), m_Value(B))) &&
1173 if (match(LHS, m_Xor(m_Value(A), m_Value(B))) &&