Matches ZExt, Trunc, or the value itself.
Declared in <llvm/IR/PatternMatch.h>
<llvm/IR/PatternMatch.h>
template<typename OpTy> auto m_ZExtOrTruncOrSelf(OpTy const& Op);
A matcher for ZExt, Trunc, or the value itself.