Searched refs:m_Negative (Results 1 – 4 of 4) sorted by relevance
1410 if (match(Op1, m_Negative())) { in visitUDiv()2041 if (match(Op1, m_Negative())) { in visitURem()2090 if (match(Op1, m_Negative(Y)) && !Y->isMinSignedValue()) in visitSRem()
4388 match(C, m_Negative())) { in foldNot()
483 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() function486 inline api_pred_ty<is_negative> m_Negative(const APInt *&V) { return V; } in m_Negative() function
1448 if (IsNUW && match(Op0, m_Negative())) in simplifyShlInst()6409 if (match(Op0, m_LShr(m_Negative(), m_Value(X)))) in simplifyBinaryIntrinsic()6411 if (match(Op0, m_AShr(m_Negative(), m_Value()))) in simplifyBinaryIntrinsic()