Searched refs:omit_one_operand (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c3169 omit_one_operand (tree type, tree result, tree omitted)
5530 return omit_one_operand (type, integer_zero_node, inner);
5538 return omit_one_operand (type, integer_zero_node, inner);
5552 return omit_one_operand (type, integer_one_node, inner);
5557 return omit_one_operand (type, integer_zero_node, inner);
5847 return omit_one_operand (type, integer_zero_node, op0);
6142 return omit_one_operand (type, integer_zero_node, arg);
6147 return omit_one_operand (type, integer_one_node, arg);
6169 return omit_one_operand (type, integer_zero_node, arg);
6188 return omit_one_operand (typ
3149 omit_one_operand (tree type, tree result, tree omitted) function
[all...]
H A Dbuiltins.c7673 return omit_one_operand (type, build_real (type, dconst1), arg1);
7686 return omit_one_operand (type, build_real (type, dconst1),
7814 return omit_one_operand (type, build_real (type, dconst1), arg1);
7832 return omit_one_operand (type, build_real (type, dconst1),
7953 return omit_one_operand (type, dest, c);
8002 return omit_one_operand (type, dest, ret);
8057 return omit_one_operand (type, dest, src);
8128 return omit_one_operand (type, dest, expr);
8141 dest = omit_one_operand (type, dest, expr);
8237 return omit_one_operand (TREE_TYP
[all...]
H A Dtree.h4322 extern tree omit_one_operand (tree, tree, tree);

Completed in 121 milliseconds