|
MLIR
22.0.0git
|
#include "Bytecode/Writer/IRNumbering.h"
Inheritance diagram for mlir::bytecode::detail::TypeNumbering:Public Member Functions | |
| TypeNumbering (Type value) | |
| Type | 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 55 of file IRNumbering.h.
|
inline |
Definition at line 56 of file IRNumbering.h.
|
inline |
Definition at line 57 of file IRNumbering.h.
References mlir::bytecode::detail::AttrTypeNumbering::value.