Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dmatch.pd764 { constant_boolean_node (cmp == LT_EXPR, type); })))
769 { constant_boolean_node (cmp == GT_EXPR, type); })))
1164 { constant_boolean_node (true, type); }))
1169 { constant_boolean_node (op == NE_EXPR ? true : false, type); }))
1471 { constant_boolean_node (cmp == NE_EXPR, type); })))
1498 { constant_boolean_node (cmp == NE_EXPR, type); })))
2117 { constant_boolean_node (cmp == NE_EXPR, type); }
2126 { constant_boolean_node (cmp == NE_EXPR, type); }
2245 { constant_boolean_node (cmp == NE_EXPR, type); }
3015 { constant_boolean_node (true, type); }
[all …]
H A Dtree-ssa-uncprop.c101 tree true_val = constant_boolean_node (true, TREE_TYPE (op0)); in associate_equivalences_with_edges()
102 tree false_val = constant_boolean_node (false, in associate_equivalences_with_edges()
H A Dfold-const.c1803 return constant_boolean_node (integer_zerop (arg0), type); in const_unop()
2854 return constant_boolean_node (true, truth_type); in combine_comparisons()
2856 return constant_boolean_node (false, truth_type); in combine_comparisons()
3808 return constant_boolean_node (integer_zerop (arg), type); in fold_truth_not_expr()
4159 return constant_boolean_node (code == NE_EXPR, compare_type); in optimize_bit_field_compare()
4169 return constant_boolean_node (code == NE_EXPR, compare_type); in optimize_bit_field_compare()
4508 return constant_boolean_node (result, type); in range_binop()
5939 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
5953 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
6096 return constant_boolean_node (true, truth_type); in fold_truth_andor_1()
[all …]
H A Dfold-const.h119 extern tree constant_boolean_node (bool, tree);
H A Dtree-ssa-dom.c508 tree true_val = constant_boolean_node (true, TREE_TYPE (op0)); in record_edge_info()
509 tree false_val = constant_boolean_node (false, TREE_TYPE (op0)); in record_edge_info()
H A Dtree-if-conv.c2278 = constant_boolean_node (true, TREE_TYPE (mask)); in predicate_mem_writes()
H A Dexpr.c11597 tree if_true = constant_boolean_node (true, ops->type); in do_store_flag()
11598 tree if_false = constant_boolean_node (false, ops->type); in do_store_flag()
H A Dhsa-gen.c6356 tree b = constant_boolean_node (false, boolean_type_node); in convert_switch_statements()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dfold-const.c2363 return constant_boolean_node (true, truth_type); in combine_comparisons()
2365 return constant_boolean_node (false, truth_type); in combine_comparisons()
3087 return constant_boolean_node (integer_zerop (arg), type); in fold_truth_not_expr()
3475 return constant_boolean_node (code == NE_EXPR, compare_type); in optimize_bit_field_compare()
3487 return constant_boolean_node (code == NE_EXPR, compare_type); in optimize_bit_field_compare()
3833 return constant_boolean_node (result, type); in range_binop()
5327 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
5341 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
5473 return constant_boolean_node (true, truth_type); in fold_truth_andor_1()
5478 return constant_boolean_node (false, truth_type); in fold_truth_andor_1()
[all …]
H A Dexpr.c10599 tree if_true = constant_boolean_node (true, ops->type); in do_store_flag()
10600 tree if_false = constant_boolean_node (false, ops->type); in do_store_flag()
10610 tree if_true = constant_boolean_node (true, ops->type); in do_store_flag()
10611 tree if_false = constant_boolean_node (false, ops->type); in do_store_flag()
H A Dtree.h5354 extern tree constant_boolean_node (bool, tree);
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dconstexpr.c2054 r = constant_boolean_node (cp_tree_equal (lhs, rhs) == is_code_eq, in cxx_eval_binary_expression()
2060 r = constant_boolean_node (!is_code_eq, type); in cxx_eval_binary_expression()