Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2001 template <typename Op_t, unsigned Opcode> struct CastOperator_match { struct
2004 CastOperator_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastOperator_match() argument
2069 inline CastOperator_match<OpTy, Instruction::BitCast>
2071 return CastOperator_match<OpTy, Instruction::BitCast>(Op); in m_BitCast()
2104 inline CastOperator_match<OpTy, Instruction::PtrToInt>
2106 return CastOperator_match<OpTy, Instruction::PtrToInt>(Op); in m_PtrToInt()
2117 inline CastOperator_match<OpTy, Instruction::IntToPtr>
2119 return CastOperator_match<OpTy, Instruction::IntToPtr>(Op); in m_IntToPtr()