Type representing destination of an assignment.
Union case | Description |
Full Usage:
MemVar
|
|
|
|
Full Usage:
RegVar(RegType, RegisterID, string)
Parameters:
RegType
Item2 : RegisterID
Item3 : string
|
|
|
Stack variables. This variable is available only after the SSA promotion, which basically translates every memory load/store expression with a concrete address into either a StackVar or a GlobalVar.
|
|
|
Static member | Description |
|
|