MLIR  19.0.0git
Public Member Functions | Public Attributes | List of all members
mlir::bytecode::detail::AttrTypeNumbering Struct Reference

This class represents a numbering entry for an Attribute or Type. More...

#include "Bytecode/Writer/IRNumbering.h"

+ Inheritance diagram for mlir::bytecode::detail::AttrTypeNumbering:

Public Member Functions

 AttrTypeNumbering (PointerUnion< Attribute, Type > value)
 

Public Attributes

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

This class represents a numbering entry for an Attribute or Type.

Definition at line 36 of file IRNumbering.h.

Constructor & Destructor Documentation

◆ AttrTypeNumbering()

mlir::bytecode::detail::AttrTypeNumbering::AttrTypeNumbering ( PointerUnion< Attribute, Type value)
inline

Definition at line 37 of file IRNumbering.h.

Member Data Documentation

◆ dialect

DialectNumbering* mlir::bytecode::detail::AttrTypeNumbering::dialect = nullptr

The dialect of this value.

Definition at line 49 of file IRNumbering.h.

◆ number

unsigned mlir::bytecode::detail::AttrTypeNumbering::number = 0

The number assigned to this value.

Definition at line 43 of file IRNumbering.h.

◆ refCount

unsigned mlir::bytecode::detail::AttrTypeNumbering::refCount = 1

The number of references to this value.

Definition at line 46 of file IRNumbering.h.

◆ value

PointerUnion<Attribute, Type> mlir::bytecode::detail::AttrTypeNumbering::value

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