ΒΆtemplate <typename OpTy>
inline match_combine_or<
CastClass_match<OpTy, Instruction::ZExt>,
CastClass_match<OpTy, Instruction::SExt>>
m_ZExtOrSExt(const OpTy& Op)
template <typename OpTy>
inline match_combine_or<
CastClass_match<OpTy, Instruction::ZExt>,
CastClass_match<OpTy, Instruction::SExt>>
m_ZExtOrSExt(const OpTy& Op)
Declared at: llvm/include/llvm/IR/PatternMatch.h:1368
Templates
- OpTy
Parameters
- const OpTy& Op