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