Searched refs:step_val (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | loop-iv.cc | 2320 int64_t inc, step_val; in iv_number_of_iterations() local 2427 step_val = -INTVAL (iv1.step); in iv_number_of_iterations() 2429 step_val = INTVAL (iv0.step); in iv_number_of_iterations() 2432 if (step_val < 0) in iv_number_of_iterations() 2435 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations() 2442 step_val = 0; in iv_number_of_iterations()
|
H A D | tree-scalar-evolution.cc | 1312 tree ev, left, right, type, step_val; in simplify_peeled_chrec() local 1322 step_val = chrec_fold_plus (type, init_cond, right); in simplify_peeled_chrec() 1326 if (operand_equal_p (left, step_val, 0)) in simplify_peeled_chrec() 1341 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | loop-iv.c | 2320 int64_t inc, step_val; in iv_number_of_iterations() local 2427 step_val = -INTVAL (iv1.step); in iv_number_of_iterations() 2429 step_val = INTVAL (iv0.step); in iv_number_of_iterations() 2432 if (step_val < 0) in iv_number_of_iterations() 2435 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations() 2442 step_val = 0; in iv_number_of_iterations()
|
H A D | tree-scalar-evolution.c | 1312 tree ev, left, right, type, step_val; in simplify_peeled_chrec() local 1322 step_val = chrec_fold_plus (type, init_cond, right); in simplify_peeled_chrec() 1326 if (operand_equal_p (left, step_val, 0)) in simplify_peeled_chrec() 1341 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
|