Searched refs:niter_type (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-niter.c140 tree niter_type = unsigned_type_for (type); local
151 s = fold_convert (niter_type,
153 c = fold_build2 (MINUS_EXPR, niter_type,
154 fold_convert (niter_type, iv->base),
155 fold_convert (niter_type, final));
159 s = fold_convert (niter_type, iv->step);
160 c = fold_build2 (MINUS_EXPR, niter_type,
161 fold_convert (niter_type, final),
162 fold_convert (niter_type, iv->base));
176 bound = build_low_bits_mask (niter_type,
215 tree niter_type = TREE_TYPE (step); local
287 tree niter_type = TREE_TYPE (step); local
414 tree niter_type = unsigned_type_for (type); local
[all...]

Completed in 77 milliseconds