Searched refs:CastClass_match (Results 1 – 1 of 1) sorted by relevance
1589 template <typename Op_t, unsigned Opcode> struct CastClass_match { struct1592 CastClass_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastClass_match() argument1603 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) { in m_BitCast() argument1604 return CastClass_match<OpTy, Instruction::BitCast>(Op); in m_BitCast()1609 inline CastClass_match<OpTy, Instruction::PtrToInt> m_PtrToInt(const OpTy &Op) { in m_PtrToInt()1610 return CastClass_match<OpTy, Instruction::PtrToInt>(Op); in m_PtrToInt()1615 inline CastClass_match<OpTy, Instruction::IntToPtr> m_IntToPtr(const OpTy &Op) { in m_IntToPtr()1616 return CastClass_match<OpTy, Instruction::IntToPtr>(Op); in m_IntToPtr()1621 inline CastClass_match<OpTy, Instruction::Trunc> m_Trunc(const OpTy &Op) { in m_Trunc()1622 return CastClass_match<OpTy, Instruction::Trunc>(Op); in m_Trunc()[all …]