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