Returns its operand unchanged.
This is mainly used when exchanging nodes. Usually you shouldn't see Id nodes since the getters/setters for node inputs skip them automatically.
◆ n_Id
Input numbers for Id node.
Enumerator |
---|
n_Id_pred | the value which is returned unchanged
|
n_Id_max | |
Definition at line 2067 of file nodes.h.
◆ get_Id_pred()
Returns pred input of an Id node.
◆ get_op_Id()
ir_op * get_op_Id |
( |
void | | ) |
|
Returns opcode for Id nodes.
◆ is_Id()
Test if node is a Id.
- Returns
- 1 if the node is a Id node, 0 otherwise
◆ set_Id_pred()
Sets pred input of an Id node.
◆ op_Id