Searched defs:CastInst_match (Results 1 – 4 of 4) sorted by relevance
1630 template <typename Op_t, unsigned Opcode> struct CastInst_match { struct1633 CastInst_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastInst_match() argument1635 template <typename OpTy> bool match(OpTy *V) { in match()
1713 template <typename Op_t, typename Class> struct CastInst_match { struct1716 CastInst_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastInst_match() argument1718 template <typename OpTy> bool match(OpTy *V) { in match()
1713 template <typename Op_t, typename Class> struct CastInst_match { struct1716 CastInst_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastInst_match() function1718 template <typename OpTy> bool match(OpTy *V) { in match()
1834 template <typename Op_t, typename Class> struct CastInst_match { struct1837 CastInst_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastInst_match() argument1839 template <typename OpTy> bool match(OpTy *V) { in match()