Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-eh.c2539 max = array_ref_up_bound (ref); in in_array_bounds_p()
2572 max = array_ref_up_bound (ref); in range_in_array_bounds_p()
H A Dtree-if-conv.c772 high = array_ref_up_bound (ref); in idx_within_array_bound()
H A Dtree-ssa-loop-niter.c3314 high = array_ref_up_bound (base); in idx_infer_loop_bounds()
H A Dtree.h5004 extern tree array_ref_up_bound (tree);
H A Dtree-vrp.c4880 up_bound = array_ref_up_bound (ref); in check_array_ref()
H A Dtree.c12820 array_ref_up_bound (tree exp) in array_ref_up_bound() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-niter.c2735 high = array_ref_up_bound (base); in idx_infer_loop_bounds()
H A Dgraphite-sese-to-poly.c1652 high = array_ref_up_bound (ref); in pdr_add_data_dimensions()
H A Dtree.c10073 max = array_ref_up_bound (ref); in in_array_bounds_p()
10106 max = array_ref_up_bound (ref); in range_in_array_bounds_p()
H A Dtree.h5071 extern tree array_ref_up_bound (tree);
H A Dtree-vrp.c5237 up_bound = array_ref_up_bound (ref); in check_array_ref()
H A Dexpr.c6839 array_ref_up_bound (tree exp) in array_ref_up_bound() function
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c6227 tree upbound = array_ref_up_bound (expr); in fold_offsetof()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c8892 tree upbound = array_ref_up_bound (expr); in fold_offsetof_1()