Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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 …]
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()
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()