ConcEvalValue Type
Represents a value that can be evaluated in the context of concrete evaluation of LowUIR statements, which can be either defined or undefined.
Union cases
| Union case |
Description
|
|
Concrete value.
|
Full Usage:
Undef
|
Undefined value. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDef
Returns: bool
|
|
Full Usage:
this.IsUndef
Returns: bool
|
|
B2R2