Searched refs:apint_match (Results 1 – 1 of 1) sorted by relevance
220 struct apint_match { struct224 apint_match(const APInt *&Res, bool AllowUndef) in apint_match() function270 inline apint_match m_APInt(const APInt *&Res) { in m_APInt()272 return apint_match(Res, /* AllowUndef */ false); in m_APInt()276 inline apint_match m_APIntAllowUndef(const APInt *&Res) { in m_APIntAllowUndef()277 return apint_match(Res, /* AllowUndef */ true); in m_APIntAllowUndef()281 inline apint_match m_APIntForbidUndef(const APInt *&Res) { in m_APIntForbidUndef()282 return apint_match(Res, /* AllowUndef */ false); in m_APIntForbidUndef()