Searched defs:CastClass_match (Results 1 – 3 of 3) sorted by relevance
775 template <typename Op_t, unsigned Opcode> struct CastClass_match { struct778 CastClass_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastClass_match() argument789 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) { in m_BitCast() argument
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
1579 template <typename Op_t, unsigned Opcode> struct CastClass_match { struct1582 CastClass_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastClass_match() function1593 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) { in m_BitCast() argument