Matches a G_FNEG of Src.

Synopsis

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

template<typename SrcTy>
UnaryOp_match<SrcTy, TargetOpcode::G_FNEG>
m_GFNeg(SrcTy const& Src);

Return Value

A matcher for a G_FNEG of Src.

Parameters

Name

Description

Src

Sub‐pattern for the negated operand.

Created with MrDocs