Searched defs:CastOperator_match (Results 1 – 1 of 1) sorted by relevance
1890 template <typename Op_t, unsigned Opcode> struct CastOperator_match { struct1893 CastOperator_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastOperator_match() argument1895 template <typename OpTy> bool match(OpTy *V) { in match()