Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vect-loop.c6357 widest_int ni, max_loop_value, lhs_max; in is_nonwrapping_integer_induction() local
6373 max_loop_value = wi::mul (wi::to_widest (step), ni, TYPE_SIGN (lhs_type), in is_nonwrapping_integer_induction()
6378 max_loop_value = wi::add (wi::to_widest (base), max_loop_value, in is_nonwrapping_integer_induction()
6383 return (wi::min_precision (max_loop_value, TYPE_SIGN (lhs_type)) in is_nonwrapping_integer_induction()