MLIR 22.0.0git
mlir::bytecode::detail::TypeNumbering Struct Reference

#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, Typevalue
 The concrete value.
unsigned number = 0
 The number assigned to this value.
unsigned refCount = 1
 The number of references to this value.
DialectNumberingdialect = nullptr
 The dialect of this value.

Detailed Description

Definition at line 55 of file IRNumbering.h.

Constructor & Destructor Documentation

◆ TypeNumbering()

mlir::bytecode::detail::TypeNumbering::TypeNumbering ( Type value)
inline

Member Function Documentation

◆ getValue()

Type mlir::bytecode::detail::TypeNumbering::getValue ( ) const
inline

Definition at line 57 of file IRNumbering.h.

References mlir::bytecode::detail::AttrTypeNumbering::value.


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