Searched refs:chrec_fold_plus (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | tree-chrec.c | 73 chrec_fold_plus (type, CHREC_LEFT (poly), cst), in chrec_fold_poly_cst() 119 chrec_fold_plus (type, poly0, CHREC_LEFT (poly1)), in chrec_fold_plus_poly_poly() 136 chrec_fold_plus (type, CHREC_LEFT (poly0), poly1), in chrec_fold_plus_poly_poly() 147 left = chrec_fold_plus in chrec_fold_plus_poly_poly() 149 right = chrec_fold_plus in chrec_fold_plus_poly_poly() 211 t1 = chrec_fold_plus (type, t1, chrec_fold_multiply (type, in chrec_fold_multiply_poly_poly() 214 t1 = chrec_fold_plus (type, t1, chrec_fold_multiply (type, in chrec_fold_multiply_poly_poly() 273 chrec_fold_plus (type, CHREC_LEFT (op0), op1), in chrec_fold_plus_1() 289 chrec_fold_plus (type, op0, CHREC_LEFT (op1)), in chrec_fold_plus_1() 321 chrec_fold_plus (tree type, in chrec_fold_plus() function [all …]
|
| HD | tree-chrec.h | 67 extern tree chrec_fold_plus (tree, tree, tree);
|
| HD | tree-scalar-evolution.c | 689 right = chrec_fold_plus (type, right, to_add); in add_to_evolution_1() 900 res = chrec_fold_plus (type, res, build_int_cst (type, 1)); in set_nb_iterations_in_loop() 1637 res = chrec_fold_plus (type, chrec10, chrec11); in interpret_rhs_modify_expr() 1855 expr = chrec_fold_plus (TREE_TYPE (expr), new0, new1); in fold_used_pointer() 2260 chrec = chrec_fold_plus (type, op0, op1); in instantiate_parameters_1()
|
| HD | tree-data-ref.c | 2765 TREE_VEC_ELT (*overlaps_a, 0) = chrec_fold_plus (integer_type_node, in compute_overlap_steps_for_affine_1_2() 2767 *overlaps_b = chrec_fold_plus (integer_type_node, t2, t3); in compute_overlap_steps_for_affine_1_2() 2778 TREE_VEC_ELT (*overlaps_a, 1) = chrec_fold_plus (integer_type_node, in compute_overlap_steps_for_affine_1_2() 2780 *overlaps_b = chrec_fold_plus (integer_type_node, t2, t3); in compute_overlap_steps_for_affine_1_2() 2797 TREE_VEC_ELT (*overlaps_a, 0) = chrec_fold_plus (integer_type_node, in compute_overlap_steps_for_affine_1_2() 2799 TREE_VEC_ELT (*overlaps_a, 1) = chrec_fold_plus (integer_type_node, in compute_overlap_steps_for_affine_1_2() 2801 *overlaps_b = chrec_fold_plus (integer_type_node, t4, t5); in compute_overlap_steps_for_affine_1_2()
|
| HD | ChangeLog-2006 | 7887 chrec_fold_minus, chrec_fold_plus, or chrec_fold_multiply. 7940 chrec_fold_minus or chrec_fold_plus.
|