|
LLVM 24.0.0git
|
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_t & | Flags |
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.
| uint32_t& llvm::MIPatternMatch::MIFlagsRef::Flags |
Definition at line 437 of file MIPatternMatch.h.