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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 8354 tree peel_mul = NULL_TREE; local
8359 peel_mul = gimple_build (&init_stmts, FLOAT_EXPR, stept,
8362 peel_mul = gimple_convert (&init_stmts, stept,
8364 peel_mul = gimple_build_vector_from_val (&init_stmts,
8365 step_vectype, peel_mul);
8400 if (peel_mul)
8402 step_mul, peel_mul);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 10207 tree peel_mul = NULL_TREE; local
10212 peel_mul = gimple_build (&init_stmts, FLOAT_EXPR, stept,
10215 peel_mul = gimple_convert (&init_stmts, stept,
10217 peel_mul = gimple_build_vector_from_val (&init_stmts,
10218 step_vectype, peel_mul);
10253 if (peel_mul)
10255 step_mul, peel_mul);

Completed in 37 milliseconds