Searched refs:apint_match (Results 1 – 1 of 1) sorted by relevance
249 struct apint_match { struct253 apint_match(const APInt *&Res, bool AllowPoison) in apint_match() argument299 inline apint_match m_APInt(const APInt *&Res) { in m_APInt()301 return apint_match(Res, /* AllowPoison */ false); in m_APInt()305 inline apint_match m_APIntAllowPoison(const APInt *&Res) { in m_APIntAllowPoison()306 return apint_match(Res, /* AllowPoison */ true); in m_APIntAllowPoison()310 inline apint_match m_APIntForbidPoison(const APInt *&Res) { in m_APIntForbidPoison()311 return apint_match(Res, /* AllowPoison */ false); in m_APIntForbidPoison()