Searched refs:poly0 (Results 1 – 1 of 1) sorted by relevance
98 tree poly0, in chrec_fold_plus_poly_poly() argument103 gcc_assert (poly0); in chrec_fold_plus_poly_poly()105 gcc_assert (TREE_CODE (poly0) == POLYNOMIAL_CHREC); in chrec_fold_plus_poly_poly()107 gcc_assert (chrec_type (poly0) == chrec_type (poly1)); in chrec_fold_plus_poly_poly()108 gcc_assert (type == chrec_type (poly0)); in chrec_fold_plus_poly_poly()114 if (CHREC_VARIABLE (poly0) < CHREC_VARIABLE (poly1)) in chrec_fold_plus_poly_poly()119 chrec_fold_plus (type, poly0, CHREC_LEFT (poly1)), in chrec_fold_plus_poly_poly()124 chrec_fold_minus (type, poly0, CHREC_LEFT (poly1)), in chrec_fold_plus_poly_poly()131 if (CHREC_VARIABLE (poly0) > CHREC_VARIABLE (poly1)) in chrec_fold_plus_poly_poly()135 (CHREC_VARIABLE (poly0), in chrec_fold_plus_poly_poly()[all …]