Searched defs:CastInst_match (Results 1 – 1 of 1) sorted by relevance
1902 template <typename Op_t, typename Class> struct CastInst_match { struct1905 CastInst_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastInst_match() argument1907 template <typename OpTy> bool match(OpTy *V) { in match()