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.h1890 template <typename Op_t, unsigned Opcode> struct CastOperator_match { struct
1893 CastOperator_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastOperator_match() argument
1958 inline CastOperator_match<OpTy, Instruction::BitCast>
1960 return CastOperator_match<OpTy, Instruction::BitCast>(Op); in m_BitCast()
1993 inline CastOperator_match<OpTy, Instruction::PtrToInt>
1995 return CastOperator_match<OpTy, Instruction::PtrToInt>(Op); in m_PtrToInt()
2006 inline CastOperator_match<OpTy, Instruction::IntToPtr>
2008 return CastOperator_match<OpTy, Instruction::IntToPtr>(Op); in m_IntToPtr()