Home
last modified time | relevance | path

Searched refs:step_val (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dloop-iv.c2263 HOST_WIDEST_INT up, down, inc, step_val; in iv_number_of_iterations() local
2375 step_val = -INTVAL (iv1.step); in iv_number_of_iterations()
2377 step_val = INTVAL (iv0.step); in iv_number_of_iterations()
2380 if (step_val < 0) in iv_number_of_iterations()
2383 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2390 step_val = 0; in iv_number_of_iterations()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-iv.c2317 int64_t inc, step_val; in iv_number_of_iterations() local
2424 step_val = -INTVAL (iv1.step); in iv_number_of_iterations()
2426 step_val = INTVAL (iv0.step); in iv_number_of_iterations()
2429 if (step_val < 0) in iv_number_of_iterations()
2432 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2439 step_val = 0; in iv_number_of_iterations()
H A Dtree-scalar-evolution.c1402 tree ev, left, right, type, step_val; in simplify_peeled_chrec() local
1412 step_val = chrec_fold_plus (type, init_cond, right); in simplify_peeled_chrec()
1416 if (operand_equal_p (left, step_val, 0)) in simplify_peeled_chrec()
1431 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()