ΒΆtemplate <typename OpTy>
inline CastClass_match<OpTy, Instruction::BitCast>
m_BitCast(const OpTy& Op)
template <typename OpTy>
inline CastClass_match<OpTy, Instruction::BitCast>
m_BitCast(const OpTy& Op)Description
Matches BitCast.
Declared at: llvm/include/llvm/IR/PatternMatch.h:1319
Templates
- OpTy
 
Parameters
- const OpTy& Op