Home
last modified time | relevance | path

Searched refs:CastOperator_match (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1654 template <typename Op_t, unsigned Opcode> struct CastOperator_match { struct
1657 CastOperator_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastOperator_match() argument
1710 inline CastOperator_match<OpTy, Instruction::BitCast>
1712 return CastOperator_match<OpTy, Instruction::BitCast>(Op); in m_BitCast()
1717 inline CastOperator_match<OpTy, Instruction::PtrToInt>
1719 return CastOperator_match<OpTy, Instruction::PtrToInt>(Op); in m_PtrToInt()
1730 inline CastOperator_match<OpTy, Instruction::IntToPtr>
1732 return CastOperator_match<OpTy, Instruction::IntToPtr>(Op); in m_IntToPtr()
1737 inline CastOperator_match<OpTy, Instruction::Trunc> m_Trunc(const OpTy &Op) { in m_Trunc()
1738 return CastOperator_match<OpTy, Instruction::Trunc>(Op); in m_Trunc()
[all …]