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