Searched defs:apint_match (Results 1 – 2 of 2) sorted by relevance
160 struct apint_match { struct162 apint_match(const APInt *&R) : Res(R) {} in apint_match() function180 inline apint_match m_APInt(const APInt *&Res) { return Res; } in m_APInt() argument
153 struct apint_match { struct156 apint_match(const APInt *&R) : Res(R) {} in apint_match() argument158 template <typename ITy> bool match(ITy *V) { in match()