Searched refs:m_APIntForbidUndef (Results 1 – 1 of 1) sorted by relevance
289 inline apint_match m_APIntForbidUndef(const APInt *&Res) { in m_APIntForbidUndef() function2456 if (m_Xor(m_Value(X), m_APIntForbidUndef(C)).match(V) && C->isAllOnes())2458 if (m_Xor(m_APIntForbidUndef(C), m_Value(X)).match(V) && C->isAllOnes())