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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 6418 widest_int ni, max_loop_value, lhs_max; local
6434 max_loop_value = wi::mul (wi::to_widest (step), ni, TYPE_SIGN (lhs_type),
6439 max_loop_value = wi::add (wi::to_widest (base), max_loop_value,
6444 return (wi::min_precision (max_loop_value, TYPE_SIGN (lhs_type))
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 7322 widest_int ni, max_loop_value, lhs_max; local
7338 max_loop_value = wi::mul (wi::to_widest (step), ni, TYPE_SIGN (lhs_type),
7343 max_loop_value = wi::add (wi::to_widest (base), max_loop_value,
7348 return (wi::min_precision (max_loop_value, TYPE_SIGN (lhs_type))

Completed in 28 milliseconds