Searched defs:NoWrapTrunc_match (Results 1 – 1 of 1) sorted by relevance
1943 template <typename Op_t, unsigned WrapFlags = 0> struct NoWrapTrunc_match { struct1946 NoWrapTrunc_match(const Op_t &OpMatch) : Op(OpMatch) {} in NoWrapTrunc_match() argument1948 template <typename OpTy> bool match(OpTy *V) { in match()