A node inside the DAG Intermediate Representation. More...
#include <mdl_generated_dag.h>
Public Types | |
enum | Kind { EK_CONSTANT , EK_TEMPORARY , EK_CALL , EK_PARAMETER } |
The possible kinds of DAG IR nodes. More... | |
Public Member Functions | |
virtual Kind | get_kind () const =0 |
Get the kind of this DAG IR node. More... | |
virtual IType const * | get_type () const =0 |
Get the type of this DAG IR node. More... | |
virtual size_t | get_id () const =0 |
Get the unique ID of this DAG IR node. More... | |
A node inside the DAG Intermediate Representation.
|
pure virtual |
Get the unique ID of this DAG IR node.
|
pure virtual |
Get the kind of this DAG IR node.
|
pure virtual |
Get the type of this DAG IR node.