Lines Matching refs:to_add
657 add_to_evolution_1 (unsigned loop_nb, tree chrec_before, tree to_add, in add_to_evolution_1() argument
687 to_add = chrec_convert (type, to_add, at_stmt); in add_to_evolution_1()
689 right = chrec_fold_plus (type, right, to_add); in add_to_evolution_1()
696 to_add, at_stmt); in add_to_evolution_1()
709 right = chrec_convert (chrec_type (left), to_add, at_stmt); in add_to_evolution_1()
850 tree to_add, tree at_stmt) in add_to_evolution() argument
852 tree type = chrec_type (to_add); in add_to_evolution()
855 if (to_add == NULL_TREE) in add_to_evolution()
860 if (TREE_CODE (to_add) == POLYNOMIAL_CHREC) in add_to_evolution()
871 print_generic_expr (dump_file, to_add, 0); in add_to_evolution()
876 to_add = chrec_fold_multiply (type, to_add, SCALAR_FLOAT_TYPE_P (type) in add_to_evolution()
880 res = add_to_evolution_1 (loop_nb, chrec_before, to_add, at_stmt); in add_to_evolution()