Searched defs:CastOperator_match (Results 1 – 4 of 4) sorted by relevance
1618 template <typename Op_t, unsigned Opcode> struct CastOperator_match { struct1621 CastOperator_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastOperator_match() function1623 template <typename OpTy> bool match(OpTy *V) { in match()
1701 template <typename Op_t, unsigned Opcode> struct CastOperator_match { struct1704 CastOperator_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastOperator_match() argument1706 template <typename OpTy> bool match(OpTy *V) { in match()
1822 template <typename Op_t, unsigned Opcode> struct CastOperator_match { struct1825 CastOperator_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastOperator_match() argument1827 template <typename OpTy> bool match(OpTy *V) { in match()