A symbolic constant that represents the alignment of a type
◆ get_Align_type()
Returns type attribute of an Align node.
◆ get_op_Align()
ir_op * get_op_Align |
( |
void | | ) |
|
Returns opcode for Align nodes.
◆ is_Align()
int is_Align |
( |
const ir_node * | node | ) |
|
Test if node is a Align.
- Returns
- 1 if the node is a Align node, 0 otherwise
◆ new_Align()
Construct an Align node.
- Parameters
-
mode | mode of the operations result |
type | type to operate on |
◆ new_d_Align()
Construct an Align node.
- Parameters
-
dbgi | A pointer to debug information. |
mode | mode of the operations result |
type | type to operate on |
◆ new_r_Align()
Construct an Align node.
- Parameters
-
irg | The IR graph the node belongs to. |
mode | mode of the operations result |
type | type to operate on |
◆ new_rd_Align()
Construct an Align 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 |
◆ set_Align_type()
Sets type attribute of an Align node.
◆ op_Align
Align opcode.
Definition at line 424 of file nodes.h.