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