Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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.h3589 extern tree unsigned_type_for (tree);
H A Dtree.c7189 unsigned_type_for (tree type) in unsigned_type_for() function