Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dloop-iv.c2261 rtx mmin, mmax, mode_mmin, mode_mmax; in iv_number_of_iterations() local
2347 mode_mmax = lowpart_subreg (mode, mmax, comp_mode); in iv_number_of_iterations()
2409 mode_mmax); in iv_number_of_iterations()
2455 if (rtx_equal_p (tmp, mode_mmax)) in iv_number_of_iterations()
2550 up = INTVAL (mode_mmax) - inc; in iv_number_of_iterations()
2634 bound = simplify_gen_binary (MINUS, mode, mode_mmax, in iv_number_of_iterations()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-iv.c2315 rtx mmin, mmax, mode_mmin, mode_mmax; in iv_number_of_iterations() local
2396 mode_mmax = lowpart_subreg (mode, mmax, comp_mode); in iv_number_of_iterations()
2458 mode_mmax); in iv_number_of_iterations()
2504 if (rtx_equal_p (tmp, mode_mmax)) in iv_number_of_iterations()
2599 up = INTVAL (mode_mmax) - inc; in iv_number_of_iterations()
2686 bound = simplify_gen_binary (MINUS, mode, mode_mmax, in iv_number_of_iterations()