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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 506 tree *iv_step, tree *compare_step)
591 *iv_step = step;
865 tree iv_step = NULL_TREE; local
903 &iv_step, &compare_step);
915 gcc_assert (iv_step);
916 vect_adjust_loop_lens_control (iv_type, &header_seq, rgc, iv_step);
1040 tree iv_step = build_int_cst (iv_type, vf); local
1047 create_iv (niters_adj, MINUS_EXPR, iv_step, NULL_TREE, loop,
1072 MIN_EXPR, TREE_TYPE (rem), rem, iv_step);
1125 first_rem, iv_step);
    [all...]
tree-ssa-loop-ivopts.cc 2040 tree step, iv_base, iv_step, lbound, off; local
2098 iv_step = iv->step;
2099 if (iv->no_overflow && nowrap_type_p (TREE_TYPE (iv_step)))
2103 sizetype, &iv_base, &iv_step, dta->stmt,
2110 step = fold_build2 (MULT_EXPR, sizetype, step, iv_step);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 2035 tree step, iv_base, iv_step, lbound, off; local
2093 iv_step = iv->step;
2094 if (iv->no_overflow && nowrap_type_p (TREE_TYPE (iv_step)))
2098 sizetype, &iv_base, &iv_step, dta->stmt,
2105 step = fold_build2 (MULT_EXPR, sizetype, step, iv_step);

Completed in 22 milliseconds