Home
last modified time | relevance | path

Searched refs:constant_boolean_node (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-uncprop.c99 equivalency->rhs = constant_boolean_node (1, TREE_TYPE (cond)); in associate_equivalences_with_edges()
104 equivalency->rhs = constant_boolean_node (0, TREE_TYPE (cond)); in associate_equivalences_with_edges()
H A Dfold-const.c2579 return constant_boolean_node (true, truth_type); in combine_comparisons()
2581 return constant_boolean_node (false, truth_type); in combine_comparisons()
3231 return constant_boolean_node (integer_zerop (arg), type); in fold_truth_not_expr()
3585 return constant_boolean_node (code == NE_EXPR, compare_type); in optimize_bit_field_compare()
3596 return constant_boolean_node (code == NE_EXPR, compare_type); in optimize_bit_field_compare()
3916 return constant_boolean_node (result, type); in range_binop()
5265 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truthop()
5280 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truthop()
5408 return constant_boolean_node (true, truth_type); in fold_truthop()
5413 return constant_boolean_node (false, truth_type); in fold_truthop()
[all …]
H A Dtree-ssa-dom.c1337 edge_info->rhs = constant_boolean_node (1, TREE_TYPE (cond)); in record_edge_info()
1341 edge_info->rhs = constant_boolean_node (0, TREE_TYPE (cond)); in record_edge_info()
H A Dtree.h4290 extern tree constant_boolean_node (int, tree);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c108 static tree constant_boolean_node PARAMS ((int, tree));
4376 constant_boolean_node (value, type) in constant_boolean_node() function
6442 return constant_boolean_node (1, type);
6454 return constant_boolean_node (0, type);
H A DChangeLog.02505 * fold-const.c (constant_boolean_node): Make definition static to
3566 * fold-const.c (constant_boolean_node): New function.
H A DChangeLog.711766 * fold-const.c (constant_boolean_node, fold): Use langhook.