returns the bitwise complement of a value. Works for boolean values, too.
◆ n_Not
Input numbers for Not node.
Enumerator |
---|
n_Not_op | operand
|
n_Not_max | |
Definition at line 2801 of file nodes.h.
◆ get_Not_op()
Returns op input of a Not node.
◆ get_op_Not()
ir_op * get_op_Not |
( |
void | | ) |
|
Returns opcode for Not nodes.
◆ is_Not()
Test if node is a Not.
- Returns
- 1 if the node is a Not node, 0 otherwise
◆ new_d_Not()
Construct a Not node.
- Parameters
-
dbgi | A pointer to debug information. |
irn_op | op |
◆ new_Not()
Construct a Not node.
- Parameters
-
◆ new_r_Not()
Construct a Not node.
- Parameters
-
block | The IR block the node belongs to. |
irn_op | op |
◆ new_rd_Not()
Construct a Not node.
- Parameters
-
dbgi | A pointer to debug information. |
block | The IR block the node belongs to. |
irn_op | op |
◆ set_Not_op()
Sets op input of a Not node.
◆ op_Not