Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-iv.c2253 uint64_t andmax = 0; in determine_max_iter() local
2263 andmax = UINTVAL (XEXP (niter, 1)); in determine_max_iter()
2293 if (andmax) in determine_max_iter()
2294 nmax = MIN (nmax, andmax); in determine_max_iter()