HomeSort by: relevance | last modified time | path
    Searched defs:step_val (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
loop-iv.cc 2304 int64_t inc, step_val; local
2411 step_val = -INTVAL (iv1.step);
2413 step_val = INTVAL (iv0.step);
2416 if (step_val < 0)
2419 step_is_pow2 = !(step_val & (step_val - 1));
2426 step_val = 0;
tree-scalar-evolution.cc 1345 tree ev, left, right, type, step_val;
1355 step_val = chrec_fold_plus (type, init_cond, right);
1359 if (operand_equal_p (left, step_val, 0))
1374 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map);
1341 tree ev, left, right, type, step_val; local
  /src/external/gpl3/gcc.old/dist/gcc/
loop-iv.cc 2320 int64_t inc, step_val; local
2427 step_val = -INTVAL (iv1.step);
2429 step_val = INTVAL (iv0.step);
2432 if (step_val < 0)
2435 step_is_pow2 = !(step_val & (step_val - 1));
2442 step_val = 0;
tree-scalar-evolution.cc 1316 tree ev, left, right, type, step_val;
1326 step_val = chrec_fold_plus (type, init_cond, right);
1330 if (operand_equal_p (left, step_val, 0))
1345 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map);
1312 tree ev, left, right, type, step_val; local

Completed in 22 milliseconds