Searched refs:truth_type (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | fold-const.c | 2786 enum tree_code rcode, tree truth_type, in combine_comparisons() argument 2854 return constant_boolean_node (true, truth_type); in combine_comparisons() 2856 return constant_boolean_node (false, truth_type); in combine_comparisons() 2862 return fold_build2_loc (loc, tcode, truth_type, ll_arg, lr_arg); in combine_comparisons() 5698 fold_truth_andor_1 (location_t loc, enum tree_code code, tree truth_type, in fold_truth_andor_1() argument 5741 lhs = build2 (NE_EXPR, truth_type, lhs, in fold_truth_andor_1() 5748 rhs = build2 (NE_EXPR, truth_type, rhs, in fold_truth_andor_1() 5770 truth_type, ll_arg, lr_arg); in fold_truth_andor_1() 5779 truth_type, ll_arg, lr_arg); in fold_truth_andor_1() 5805 return build2_loc (loc, NE_EXPR, truth_type, in fold_truth_andor_1() [all …]
|
| HD | gimple-fold.c | 5363 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in and_comparisons_1() local 5372 truth_type, op1a, op1b); in and_comparisons_1() 5385 truth_type, op1a, op1b); in and_comparisons_1() 5827 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in or_comparisons_1() local 5836 truth_type, op1a, op1b); in or_comparisons_1() 5849 truth_type, op1a, op1b); in or_comparisons_1()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | fold-const.c | 2295 enum tree_code rcode, tree truth_type, in combine_comparisons() argument 2363 return constant_boolean_node (true, truth_type); in combine_comparisons() 2365 return constant_boolean_node (false, truth_type); in combine_comparisons() 2371 return fold_build2_loc (loc, tcode, truth_type, ll_arg, lr_arg); in combine_comparisons() 5093 fold_truth_andor_1 (location_t loc, enum tree_code code, tree truth_type, in fold_truth_andor_1() argument 5135 lhs = build2 (NE_EXPR, truth_type, lhs, in fold_truth_andor_1() 5142 rhs = build2 (NE_EXPR, truth_type, rhs, in fold_truth_andor_1() 5164 truth_type, ll_arg, lr_arg); in fold_truth_andor_1() 5173 truth_type, ll_arg, lr_arg); in fold_truth_andor_1() 5199 return build2_loc (loc, NE_EXPR, truth_type, in fold_truth_andor_1() [all …]
|