Matches a G_ANYEXT of Src.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/MIPatternMatch.h>

template<typename SrcTy>
UnaryOp_match<SrcTy, TargetOpcode::G_ANYEXT>
m_GAnyExt(SrcTy const& Src);

Return Value

A matcher for a G_ANYEXT of Src.

Parameters

Name

Description

Src

Sub‐pattern for the any‐extended operand.

Created with MrDocs