MLIR  19.0.0git
Public Member Functions | List of all members
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. More...
 
unsigned number = 0
 The number assigned to this value. More...
 
unsigned refCount = 1
 The number of references to this value. More...
 
DialectNumberingdialect = nullptr
 The dialect of this value. More...
 

Detailed Description

Definition at line 55 of file IRNumbering.h.

Constructor & Destructor Documentation

◆ TypeNumbering()

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

Definition at line 56 of file IRNumbering.h.

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: