HashConsingInfo Type
Represents the hash-consing metadata of an object, which includes a unique ID (tag) and a precomputed hash value. This value is attached to LowUIR expressions and statements only when hash consing is enabled; otherwise the metadata field is null.
Constructors
| Constructor |
Description
|
|
Creates a new instance of HashConsingInfo with placeholder values. The AST constructor assigns the actual ID and hash before using it.
|
|
|
B2R2