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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 1349 unsigned int iv_precision = UINT_MAX; local
1352 iv_precision = wi::min_precision (iv_limit * max_nscalars_per_iter,
1373 - Doing the comparison in IV_PRECISION or wider allows
1383 and the first comparison type that's IV_PRECISION or wider.
1388 targets if CMP_BITS < IV_PRECISION. */
1390 if (!cmp_type || iv_precision > TYPE_PRECISION (cmp_type))
1431 unsigned int iv_precision = UINT_MAX; local
1433 iv_precision = wi::min_precision (iv_limit, UNSIGNED);
1441 if (cmp_bits >= iv_precision
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 1103 unsigned int iv_precision = UINT_MAX; local
1106 iv_precision = wi::min_precision (iv_limit * max_nscalars_per_iter,
1127 - Doing the comparison in IV_PRECISION or wider allows
1137 and the first comparison type that's IV_PRECISION or wider.
1142 targets if CMP_BITS < IV_PRECISION. */
1144 if (!cmp_type || iv_precision > TYPE_PRECISION (cmp_type))

Completed in 62 milliseconds