Home
last modified time | relevance | path

Searched refs:truth_type (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c2842 enum tree_code rcode, tree truth_type, in combine_comparisons() argument
2910 return constant_boolean_node (true, truth_type); in combine_comparisons()
2912 return constant_boolean_node (false, truth_type); in combine_comparisons()
2918 return fold_build2_loc (loc, tcode, truth_type, ll_arg, lr_arg); in combine_comparisons()
6185 fold_truth_andor_1 (location_t loc, enum tree_code code, tree truth_type, in fold_truth_andor_1() argument
6228 lhs = build2 (NE_EXPR, truth_type, lhs, in fold_truth_andor_1()
6235 rhs = build2 (NE_EXPR, truth_type, rhs, in fold_truth_andor_1()
6257 truth_type, ll_arg, lr_arg); in fold_truth_andor_1()
6266 truth_type, ll_arg, lr_arg); in fold_truth_andor_1()
6292 return build2_loc (loc, NE_EXPR, truth_type, in fold_truth_andor_1()
[all …]
H A Dgimple-fold.c5713 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in and_comparisons_1() local
5722 truth_type, op1a, op1b); in and_comparisons_1()
5735 truth_type, op1a, op1b); in and_comparisons_1()
6135 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in or_comparisons_1() local
6144 truth_type, op1a, op1b); in or_comparisons_1()
6157 truth_type, op1a, op1b); in or_comparisons_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc2857 enum tree_code rcode, tree truth_type, in combine_comparisons() argument
2925 return constant_boolean_node (true, truth_type); in combine_comparisons()
2927 return constant_boolean_node (false, truth_type); in combine_comparisons()
2933 return fold_build2_loc (loc, tcode, truth_type, ll_arg, lr_arg); in combine_comparisons()
6268 fold_truth_andor_1 (location_t loc, enum tree_code code, tree truth_type, in fold_truth_andor_1() argument
6311 lhs = build2 (NE_EXPR, truth_type, lhs, in fold_truth_andor_1()
6318 rhs = build2 (NE_EXPR, truth_type, rhs, in fold_truth_andor_1()
6340 truth_type, ll_arg, lr_arg); in fold_truth_andor_1()
6349 truth_type, ll_arg, lr_arg); in fold_truth_andor_1()
6375 return build2_loc (loc, NE_EXPR, truth_type, in fold_truth_andor_1()
[all …]
H A Dgimple-fold.cc6776 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in and_comparisons_1() local
6785 truth_type, op1a, op1b); in and_comparisons_1()
6798 truth_type, op1a, op1b); in and_comparisons_1()
7230 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in or_comparisons_1() local
7239 truth_type, op1a, op1b); in or_comparisons_1()
7252 truth_type, op1a, op1b); in or_comparisons_1()
H A Dtree.cc10967 is_truth_type_for (tree type, tree truth_type) in is_truth_type_for() argument
10969 machine_mode mask_mode = TYPE_MODE (truth_type); in is_truth_type_for()
10975 if (VECTOR_BOOLEAN_TYPE_P (truth_type) in is_truth_type_for()
10977 TYPE_VECTOR_SUBPARTS (truth_type)) in is_truth_type_for()
10985 return useless_type_conversion_p (boolean_type_node, truth_type); in is_truth_type_for()