Searched refs:truth_type (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | fold-const.c | 3512 fold_truthop (code, truth_type, lhs, rhs) in fold_truthop() argument 3514 tree truth_type, lhs, rhs; 3604 return convert (truth_type, integer_one_node); 3606 return convert (truth_type, integer_zero_node); 3609 truth_type, ll_arg, lr_arg); 3628 return build (NE_EXPR, truth_type, 3638 return build (EQ_EXPR, truth_type, 3643 return build (code, truth_type, lhs, rhs); 3763 return convert (truth_type, 3780 return convert (truth_type, [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | fold-const.c | 2511 enum tree_code rcode, tree truth_type, in combine_comparisons() argument 2584 truth_type, ll_arg, lr_arg); in combine_comparisons() 5061 lhs = build2 (NE_EXPR, truth_type, lhs, in fold_truthop() 5068 rhs = build2 (NE_EXPR, truth_type, rhs, in fold_truthop() 5091 truth_type, ll_arg, lr_arg); in fold_truthop() 5100 truth_type, ll_arg, lr_arg); in fold_truthop() 5125 return build2 (NE_EXPR, truth_type, in fold_truthop() 5135 return build2 (EQ_EXPR, truth_type, in fold_truthop() 5143 return build2 (code, truth_type, lhs, rhs); in fold_truthop() 5408 return constant_boolean_node (true, truth_type); in fold_truthop() [all …]
|