Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_And

413   if (!match(CmpLHS, m_And(m_Value(X), m_Power2(C1))))
422 if (match(FalseVal, m_And(m_Specific(X), m_APInt(C2))) && *C1 == ~(*C2))
429 if (match(TrueVal, m_And(m_Specific(X), m_APInt(C2))) && *C1 == ~(*C2))
764 if (!match(LHS, m_And(m_Value(), m_ConstantInt(AndRHS))))