MLIR 22.0.0git
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.
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

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

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


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