llvm::SCEVPatternMatch::m_scev_ZExt

Match a zero-extend SCEV whose operand matches Op0.

Synopsis

Declared in <llvm/Analysis/ScalarEvolutionPatternMatch.h>

template<typename Op0_t>
SCEVUnaryExpr_match<SCEVZeroExtendExpr, Op0_t>
m_scev_ZExt(Op0_t const& Op0);

Return Value

Matcher for a zero-extend SCEV with operand matching Op0.

Parameters

NameDescription
Op0Pattern that must match the zero-extend operand.