reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
535 if (match(L, m_And(m_Value(X), m_SpecificInt(Mask))) && 536 match(R, m_And(m_Neg(m_Specific(X)), m_SpecificInt(Mask)))) 537 return X; 540 if (match(L, m_ZExt(m_And(m_Value(X), m_SpecificInt(Mask)))) && 541 match(R, m_ZExt(m_And(m_Neg(m_Specific(X)), m_SpecificInt(Mask))))) 542 return X;