|
MLIR 22.0.0git
|
#include "Bytecode/Writer/IRNumbering.h"
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. | |
| unsigned | number = 0 |
| The number assigned to this value. | |
| unsigned | refCount = 1 |
| The number of references to this value. | |
| DialectNumbering * | dialect = nullptr |
| The dialect of this value. | |
Definition at line 55 of file IRNumbering.h.
|
inline |
Definition at line 56 of file IRNumbering.h.
References mlir::bytecode::detail::AttrTypeNumbering::AttrTypeNumbering(), and mlir::bytecode::detail::AttrTypeNumbering::value.
|
inline |
Definition at line 57 of file IRNumbering.h.
References mlir::bytecode::detail::AttrTypeNumbering::value.