Searched refs:new_step (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-chrec.c | 1132 tree new_base, new_step; in convert_affine_scev() local 1201 new_step = *step; in convert_affine_scev() 1203 new_step = chrec_convert_1 (signed_type_for (ct), new_step, at_stmt, in convert_affine_scev() 1205 new_step = chrec_convert_1 (type, new_step, at_stmt, use_overflow_semantics); in convert_affine_scev() 1208 || automatically_generated_chrec_p (new_step)) in convert_affine_scev() 1214 && scev_probably_wraps_p (new_base, new_step, at_stmt, loop, false)) in convert_affine_scev() 1218 *step = new_step; in convert_affine_scev()
|
| D | tree-data-ref.c | 2044 tree new_step; in create_data_ref() local 2054 new_step = size_binop (TRUNC_DIV_EXPR, in create_data_ref() 2058 new_step = chrec_convert (chrec_type (access_fn), new_step, stmt); in create_data_ref() 2060 || automatically_generated_chrec_p (new_step)) in create_data_ref() 2066 access_fn = reset_evolution_in_loop (loop->num, access_fn, new_step); in create_data_ref()
|