LLVM 24.0.0git
llvm::MIPatternMatch::MIFlagsRef Struct Reference

Wraps a MIFlags output for use as an optional trailing operand of an instruction matcher (e.g. More...

#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"

Public Attributes

uint32_tFlags

Detailed Description

Wraps a MIFlags output for use as an optional trailing operand of an instruction matcher (e.g.

m_GPtrAdd(L, R, m_MIFlags(Flags))). On a successful match the matched instruction's flags are written to Flags.

Definition at line 436 of file MIPatternMatch.h.

Member Data Documentation

◆ Flags

uint32_t& llvm::MIPatternMatch::MIFlagsRef::Flags

Definition at line 437 of file MIPatternMatch.h.


The documentation for this struct was generated from the following file: