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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 1357 unsigned int cmp_bits = GET_MODE_BITSIZE (cmp_mode_iter.require ()); local
1358 if (cmp_bits >= min_ni_width
1361 tree this_type = build_nonstandard_integer_type (cmp_bits, true);
1388 targets if CMP_BITS < IV_PRECISION. */
1392 if (cmp_bits >= GET_MODE_BITSIZE (Pmode))
1440 unsigned int cmp_bits = GET_MODE_BITSIZE (cmp_mode_iter.require ()); local
1441 if (cmp_bits >= iv_precision
1444 iv_type = build_nonstandard_integer_type (cmp_bits, true);
1515 unsigned int cmp_bits = GET_MODE_BITSIZE (cmp_mode_iter.require ()); local
1516 if (cmp_bits >= min_ni_widt
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 1111 unsigned int cmp_bits = GET_MODE_BITSIZE (cmp_mode_iter.require ()); local
1112 if (cmp_bits >= min_ni_width
1115 tree this_type = build_nonstandard_integer_type (cmp_bits, true);
1142 targets if CMP_BITS < IV_PRECISION. */
1146 if (cmp_bits >= GET_MODE_BITSIZE (Pmode))

Completed in 42 milliseconds