libFirm 1.20
|
returns the bitwise complement of a value. More...
Enumerations | |
enum | n_Not { n_Not_op, n_Not_max = n_Not_op } |
Input numbers for Not node. More... | |
Functions | |
ir_node * | new_rd_Not (dbg_info *dbgi, ir_node *block, ir_node *irn_op, ir_mode *mode) |
Construct a Not node. | |
ir_node * | new_r_Not (ir_node *block, ir_node *irn_op, ir_mode *mode) |
Construct a Not node. | |
ir_node * | new_d_Not (dbg_info *dbgi, ir_node *irn_op, ir_mode *mode) |
Construct a Not node. | |
ir_node * | new_Not (ir_node *irn_op, ir_mode *mode) |
Construct a Not node. | |
int | is_Not (const ir_node *node) |
Test if node is a Not. | |
ir_node * | get_Not_op (const ir_node *node) |
Returns op input of a Not node. | |
void | set_Not_op (ir_node *node, ir_node *op) |
Sets op input of a Not node. | |
ir_op * | get_op_Not (void) |
Returns opcode for Not nodes. | |
Variables | |
ir_op * | op_Not |
Not opcode. |
returns the bitwise complement of a value.
Works for boolean values, too.
ir_op* get_op_Not | ( | void | ) |
Returns opcode for Not nodes.
int is_Not | ( | const ir_node * | node | ) |
Test if node is a Not.
Construct a Not node.
dbgi | A pointer to debug information. |
irn_op | operand |
mode | mode of the operations result |
Construct a Not node.
irn_op | operand |
mode | mode of the operations result |
Construct a Not node.
block | The IR block the node belongs to. |
irn_op | operand |
mode | mode of the operations result |
Construct a Not node.
dbgi | A pointer to debug information. |
block | The IR block the node belongs to. |
irn_op | operand |
mode | mode of the operations result |