reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/PatternMatch.h
 1335 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
 1336                         CastClass_match<OpTy, Instruction::SExt>>
 1337 m_ZExtOrSExt(const OpTy &Op) {