returns the additive inverse of its operand
◆ n_Minus
Input numbers for Minus node.
Enumerator |
---|
n_Minus_op | operand
|
n_Minus_max | |
Definition at line 2344 of file nodes.h.
◆ get_Minus_op()
Returns op input of a Minus node.
◆ get_op_Minus()
ir_op * get_op_Minus |
( |
void | | ) |
|
Returns opcode for Minus nodes.
◆ is_Minus()
int is_Minus |
( |
const ir_node * | node | ) |
|
Test if node is a Minus.
- Returns
- 1 if the node is a Minus node, 0 otherwise
◆ new_d_Minus()
Construct a Minus node.
- Parameters
-
dbgi | A pointer to debug information. |
irn_op | op |
◆ new_Minus()
Construct a Minus node.
- Parameters
-
◆ new_r_Minus()
Construct a Minus node.
- Parameters
-
block | The IR block the node belongs to. |
irn_op | op |
◆ new_rd_Minus()
Construct a Minus node.
- Parameters
-
dbgi | A pointer to debug information. |
block | The IR block the node belongs to. |
irn_op | op |
◆ set_Minus_op()
Sets op input of a Minus node.
◆ op_Minus