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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 8346 unsigned lup_mul = (nvects * const_nunits) / group_size; local
8350 ? build_real_from_wide (stept, lup_mul,
8352 : build_int_cstu (stept, lup_mul));
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 10199 unsigned lup_mul = (nvects * const_nunits) / group_size; local
10203 ? build_real_from_wide (stept, lup_mul,
10205 : build_int_cstu (stept, lup_mul));

Completed in 30 milliseconds