Lines Matching refs:iv_limit
1102 widest_int iv_limit = vect_iv_limit_for_partial_vectors (loop_vinfo);
1105 if (iv_limit != -1)
1106 iv_precision = wi::min_precision (iv_limit * max_nscalars_per_iter,
10310 widest_int iv_limit = -1;
10311 if (max_loop_iterations (loop, &iv_limit))
10318 iv_limit += wi::to_widest (niters_skip);
10320 iv_limit += max_vf - 1;
10324 iv_limit += max_vf - 1;
10326 /* IV_LIMIT is the maximum number of latch iterations, which is also
10330 iv_limit = (iv_limit & -(int) known_alignment (vf)) + max_vf;
10332 return iv_limit;
10343 widest_int iv_limit = vect_iv_limit_for_partial_vectors (loop_vinfo);
10345 if (iv_limit == -1)
10352 if (wi::min_precision (iv_limit * nitems, UNSIGNED) > compare_precision)