Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dfold-const.c4730 tree comp_type = TREE_TYPE (comp_op0); in fold_cond_expr_with_comparison() local
4733 if (TYPE_MAIN_VARIANT (comp_type) == TYPE_MAIN_VARIANT (type)) in fold_cond_expr_with_comparison()
4735 comp_type = type; in fold_cond_expr_with_comparison()
4756 comp_op0 = fold_convert (comp_type, comp_op0); in fold_cond_expr_with_comparison()
4757 comp_op1 = fold_convert (comp_type, comp_op1); in fold_cond_expr_with_comparison()
4759 ? fold_build2 (MIN_EXPR, comp_type, comp_op0, comp_op1) in fold_cond_expr_with_comparison()
4760 : fold_build2 (MIN_EXPR, comp_type, comp_op1, comp_op0); in fold_cond_expr_with_comparison()
4770 comp_op0 = fold_convert (comp_type, comp_op0); in fold_cond_expr_with_comparison()
4771 comp_op1 = fold_convert (comp_type, comp_op1); in fold_cond_expr_with_comparison()
4773 ? fold_build2 (MAX_EXPR, comp_type, comp_op0, comp_op1) in fold_cond_expr_with_comparison()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c6877 tree comp_type = TREE_TYPE (comp_op0); local
6880 if (TYPE_MAIN_VARIANT (comp_type) == TYPE_MAIN_VARIANT (type))
6881 comp_type = type;
6897 (convert (type, fold (build (MIN_EXPR, comp_type,
6907 (convert (type, fold (build (MAX_EXPR, comp_type,