Searched refs:m_NonNegative (Results 1 – 3 of 3) sorted by relevance
340 inline cst_pred_ty<is_nonnegative> m_NonNegative() { in m_NonNegative() function343 inline api_pred_ty<is_nonnegative> m_NonNegative(const APInt *&V) { in m_NonNegative() function
2929 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal()2939 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal()
2551 match(C, m_NonNegative())) { in visitXor()