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

#include "Bytecode/Writer/IRNumbering.h"

Inheritance diagram for mlir::bytecode::detail::AttributeNumbering:

Public Member Functions

 AttributeNumbering (Attribute value)
Attribute 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 51 of file IRNumbering.h.

Constructor & Destructor Documentation

◆ AttributeNumbering()

mlir::bytecode::detail::AttributeNumbering::AttributeNumbering ( Attribute value)
inline

Member Function Documentation

◆ getValue()

Attribute mlir::bytecode::detail::AttributeNumbering::getValue ( ) const
inline

Definition at line 53 of file IRNumbering.h.

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


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