MLIR
20.0.0git
|
#include "Bytecode/Writer/IRNumbering.h"
Public Member Functions | |
AttributeNumbering (Attribute value) | |
Attribute | getValue () const |
Public Member Functions inherited from mlir::bytecode::detail::AttrTypeNumbering | |
AttrTypeNumbering (PointerUnion< Attribute, Type > value) | |
Additional Inherited Members | |
Public Attributes inherited from mlir::bytecode::detail::AttrTypeNumbering | |
PointerUnion< Attribute, Type > | value |
The concrete value. More... | |
unsigned | number = 0 |
The number assigned to this value. More... | |
unsigned | refCount = 1 |
The number of references to this value. More... | |
DialectNumbering * | dialect = nullptr |
The dialect of this value. More... | |
Definition at line 51 of file IRNumbering.h.
|
inline |
Definition at line 52 of file IRNumbering.h.
|
inline |
Definition at line 53 of file IRNumbering.h.
References mlir::bytecode::detail::AttrTypeNumbering::value.