CIRCT  20.0.0git
Public Attributes | List of all members
ValueId Struct Reference

Unique identifier for a value. More...

Collaboration diagram for ValueId:
Collaboration graph
[legend]

Public Attributes

uint64_t index
 
uint64_t offset
 

Detailed Description

Unique identifier for a value.

All value sources are numbered by apperance, and values are identified using this numbering (index) and an offset. For BlockArgument's, this is the argument number. For OpResult's, this is the result number.

Definition at line 99 of file Dedup.cpp.

Member Data Documentation

◆ index

uint64_t ValueId::index

Definition at line 100 of file Dedup.cpp.

Referenced by StructuralHasher::update().

◆ offset

uint64_t ValueId::offset

Definition at line 101 of file Dedup.cpp.

Referenced by StructuralHasher::update().


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