Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-loop-niter.c140 tree niter_type = unsigned_type_for (type); in number_of_iterations_ne()
414 tree niter_type = unsigned_type_for (type); in number_of_iterations_lt()
652 niter->niter = build_int_cst (unsigned_type_for (type), 0); in number_of_iterations_cond()
1687 tree c_bound = double_int_to_tree (unsigned_type_for (TREE_TYPE (bound)), in record_estimate()
1813 utype = unsigned_type_for (type); in infer_loop_bounds_from_undefined()
2044 unsigned_type = unsigned_type_for (type); in scev_probably_wraps_p()
H A Dtree-ssa-loop-ivopts.c1938 return unsigned_type_for (type); in generic_type_for()
1943 return unsigned_type_for (type); in generic_type_for()
3068 uutype = unsigned_type_for (utype); in get_computation_aff()
4102 type = unsigned_type_for (TREE_TYPE (step)); in iv_period()
H A Dtree.h3669 extern tree unsigned_type_for (tree);
H A Dtree.c7217 unsigned_type_for (tree type) in unsigned_type_for() function
H A DChangeLog-20066314 * tree.c (unsigned_type_for, signed_type_for): Make sure a type
15717 * tree.c (unsigned_type_for): Always return integer type.
H A DChangeLog-200412583 * tree-ssa-loop-niter.c (unsigned_type_for, signed_type_for):
12585 * tree.c (unsigned_type_for, signed_type_for): Moved from
15111 * tree-ssa-loop-niter.c (zero_p, unsigned_type_for): Export.
15118 (build_int_cst_type, unsigned_type_for, zero_p,
H A DChangeLog-200525395 (add_candidate_1): Use generic_type_for instead of unsigned_type_for.