HomeSort by: relevance | last modified time | path
    Searched refs:step_mul (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 8399 tree step_mul = gimple_build_vector (&init_stmts, &mul_elts); local
8401 step_mul = gimple_build (&init_stmts, PLUS_EXPR, step_vectype,
8402 step_mul, peel_mul);
8429 && !integer_zerop (step_mul))
8433 vec_step, step_mul);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 10252 tree step_mul = gimple_build_vector (&init_stmts, &mul_elts); local
10254 step_mul = gimple_build (&init_stmts, MINUS_EXPR, step_vectype,
10255 step_mul, peel_mul);
10282 && !integer_zerop (step_mul))
10286 vec_step, step_mul);

Completed in 25 milliseconds