Searched refs:m_NonNegative (Results 1 – 3 of 3) sorted by relevance
371 inline cst_pred_ty<is_nonnegative> m_NonNegative() { in m_NonNegative() function374 inline api_pred_ty<is_nonnegative> m_NonNegative(const APInt *&V) { in m_NonNegative() function
3329 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal()3339 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal()3349 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal()3359 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal()
3066 match(C, m_NonNegative())) in visitXor()