CIRCT
20.0.0git
|
Unique identifier for a value. More...
Public Attributes | |
uint64_t | index |
uint64_t | offset |
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.
uint64_t ValueId::index |
Definition at line 100 of file Dedup.cpp.
Referenced by StructuralHasher::update().
uint64_t ValueId::offset |
Definition at line 101 of file Dedup.cpp.
Referenced by StructuralHasher::update().