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