Searched defs:apint_match (Results 1 – 1 of 1) sorted by relevance
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()