Searched refs:m_Negative (Results 1 – 4 of 4) sorted by relevance
986 if (match(Op1, m_Negative())) { in visitUDiv()1385 if (match(Op1, m_Negative())) { in visitURem()1420 if (match(Op1, m_Negative(Y)) && !Y->isMinSignedValue()) { in visitSRem()
3061 match(C, m_Negative())) in visitXor()
359 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() function362 inline api_pred_ty<is_negative> m_Negative(const APInt *&V) { in m_Negative() function
1330 if (isNUW && match(Op0, m_Negative())) in SimplifyShlInst()