Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDfold-const.c2513 enum tree_code rcode, tree truth_type, in combine_comparisons() argument
2581 return constant_boolean_node (true, truth_type); in combine_comparisons()
2583 return constant_boolean_node (false, truth_type); in combine_comparisons()
2586 truth_type, ll_arg, lr_arg); in combine_comparisons()
5024 fold_truthop (enum tree_code code, tree truth_type, tree lhs, tree rhs) in fold_truthop() argument
5067 lhs = build2 (NE_EXPR, truth_type, lhs, in fold_truthop()
5074 rhs = build2 (NE_EXPR, truth_type, rhs, in fold_truthop()
5097 truth_type, ll_arg, lr_arg); in fold_truthop()
5106 truth_type, ll_arg, lr_arg); in fold_truthop()
5131 return build2 (NE_EXPR, truth_type, in fold_truthop()
[all …]