A symbolic constant that represents the size of a type
◆ get_op_Size()
ir_op * get_op_Size |
( |
void | | ) |
|
Returns opcode for Size nodes.
◆ get_Size_type()
Returns type attribute of a Size node.
◆ is_Size()
int is_Size |
( |
const ir_node * | node | ) |
|
Test if node is a Size.
- Returns
- 1 if the node is a Size node, 0 otherwise
◆ new_d_Size()
Construct a Size node.
- Parameters
-
dbgi | A pointer to debug information. |
mode | mode of the operations result |
type | type to operate on |
◆ new_r_Size()
Construct a Size node.
- Parameters
-
irg | The IR graph the node belongs to. |
mode | mode of the operations result |
type | type to operate on |
◆ new_rd_Size()
Construct a Size node.
- Parameters
-
dbgi | A pointer to debug information. |
irg | The IR graph the node belongs to. |
mode | mode of the operations result |
type | type to operate on |
◆ new_Size()
Construct a Size node.
- Parameters
-
mode | mode of the operations result |
type | type to operate on |
◆ set_Size_type()
Sets type attribute of a Size node.
◆ op_Size