Searched refs:nit_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c2531 tree nit_type = TREE_TYPE (nit); local
2536 if (!tree_int_cst_equal (nit, TYPE_MAX_VALUE (nit_type)))
2538 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type,
2539 nit, build_one_cst (nit_type));
2581 widest_int type_max = wi::to_widest (TYPE_MAX_VALUE (nit_type));
2603 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit,
2604 build_int_cst_type (nit_type, 1));
H A Dtree-ssa-loop-niter.c4589 tree nit_type = TREE_TYPE (niter), e; local
4592 gcc_assert (TYPE_UNSIGNED (nit_type));
4596 if (!wi::fits_to_tree_p (bound, nit_type))
4641 || !wi::fits_to_tree_p (bound, nit_type))
4648 niter, wide_int_to_tree (nit_type, bound));
H A Dtree-ssa-loop-ivopts.c5225 tree cand_type, a, b, mbz, nit_type = TREE_TYPE (niter->niter), offset; local
5283 tree_to_aff_combination (niter->niter, nit_type, &nit);
5284 tree_to_aff_combination (fold_convert (nit_type, a), nit_type, &tmpa); local
5285 tree_to_aff_combination (fold_convert (nit_type, b), nit_type, &tmpb); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc2531 tree nit_type = TREE_TYPE (nit); local
2536 if (!tree_int_cst_equal (nit, TYPE_MAX_VALUE (nit_type)))
2538 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type,
2539 nit, build_one_cst (nit_type));
2581 widest_int type_max = wi::to_widest (TYPE_MAX_VALUE (nit_type));
2603 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit,
2604 build_int_cst_type (nit_type, 1));
H A Dtree-ssa-loop-niter.cc4712 tree nit_type = TREE_TYPE (niter), e; local
4715 gcc_assert (TYPE_UNSIGNED (nit_type));
4719 if (!wi::fits_to_tree_p (bound, nit_type))
4764 || !wi::fits_to_tree_p (bound, nit_type))
4771 niter, wide_int_to_tree (nit_type, bound));
H A Dtree-ssa-loop-ivopts.cc5290 tree cand_type, a, b, mbz, nit_type = TREE_TYPE (niter->niter), offset; local
5348 tree_to_aff_combination (niter->niter, nit_type, &nit);
5349 tree_to_aff_combination (fold_convert (nit_type, a), nit_type, &tmpa); local
5350 tree_to_aff_combination (fold_convert (nit_type, b), nit_type, &tmpb); local

Completed in 382 milliseconds