Searched defs:CastClass_match (Results 1 – 1 of 1) sorted by relevance
1305 template <typename Op_t, unsigned Opcode> struct CastClass_match { struct1308 CastClass_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastClass_match() function1319 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) { in m_BitCast() argument