Home
last modified time | relevance | path

Searched refs:max_loop_value (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c5880 widest_int ni, max_loop_value, lhs_max; in is_nonwrapping_integer_induction() local
5896 max_loop_value = wi::mul (wi::to_widest (step), ni, TYPE_SIGN (lhs_type), in is_nonwrapping_integer_induction()
5901 max_loop_value = wi::add (wi::to_widest (base), max_loop_value, in is_nonwrapping_integer_induction()
5906 return (wi::min_precision (max_loop_value, TYPE_SIGN (lhs_type)) in is_nonwrapping_integer_induction()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc6416 widest_int ni, max_loop_value, lhs_max; in is_nonwrapping_integer_induction() local
6432 max_loop_value = wi::mul (wi::to_widest (step), ni, TYPE_SIGN (lhs_type), in is_nonwrapping_integer_induction()
6437 max_loop_value = wi::add (wi::to_widest (base), max_loop_value, in is_nonwrapping_integer_induction()
6442 return (wi::min_precision (max_loop_value, TYPE_SIGN (lhs_type)) in is_nonwrapping_integer_induction()