Searched refs:comp_op0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c4762 tree comp_op0 = arg00;
4764 tree comp_type = TREE_TYPE (comp_op0);
4770 comp_op0 = arg1;
4790 comp_op0 = fold_convert (comp_type, comp_op0);
4793 ? fold_build2 (MIN_EXPR, comp_type, comp_op0, comp_op1)
4794 : fold_build2 (MIN_EXPR, comp_type, comp_op1, comp_op0);
4804 comp_op0 = fold_convert (comp_type, comp_op0);
4807 ? fold_build2 (MAX_EXPR, comp_type, comp_op0, comp_op
4734 tree comp_op0 = arg00; local
[all...]

Completed in 170 milliseconds