Match a zero-extend SCEV whose operand matches Op0.
Declared in <llvm/Analysis/ScalarEvolutionPatternMatch.h>
template<typename Op0_t>
SCEVUnaryExpr_match<SCEVZeroExtendExpr, Op0_t>
m_scev_ZExt(Op0_t const& Op0);
Matcher for a zero-extend SCEV with operand matching Op0.
| Name | Description |
|---|---|
| Op0 | Pattern that must match the zero-extend operand. |