Matches a COPY of Src.

Synopsis

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

template<typename SrcTy>
UnaryOp_match<SrcTy, TargetOpcode::COPY>
m_Copy(SrcTy&& Src);

Return Value

A matcher for a COPY of Src.

Parameters

Name

Description

Src

Sub‐pattern for the copied operand.

Created with MrDocs