Home
last modified time | relevance | path

Searched refs:array_ref_low_bound (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-loop-im.c799 tree lbound = array_ref_low_bound (ref); in may_move_till()
866 tree lbound = array_ref_low_bound (ref); in force_move_till()
H A Dtree-dfa.c947 tree low_bound = array_ref_low_bound (exp); in get_ref_base_and_extent()
H A Dtree-ssa-ccp.c1552 tree low_bound = array_ref_low_bound (base); in maybe_fold_offset_to_array_ref()
H A Dtree-ssa-loop-ivopts.c1366 lbound = array_ref_low_bound (base); in idx_find_step()
1431 find_interesting_uses_op (data, array_ref_low_bound (base)); in idx_record_use()
H A Dtree-pretty-print.c916 op0 = array_ref_low_bound (node); in dump_generic_node()
H A Dexpr.c5733 tree low_bound = array_ref_low_bound (exp); in get_inner_reference()
5829 array_ref_low_bound (tree exp) in array_ref_low_bound() function
7301 tree low_bound = array_ref_low_bound (exp); in expand_expr_real_1()
H A Dtree.c7013 min = array_ref_low_bound (ref); in in_array_bounds_p()
7046 min = array_ref_low_bound (ref); in range_in_array_bounds_p()
H A Demit-rtl.c1588 tree low_bound = array_ref_low_bound (t2); in set_mem_attributes_minus_bitpos()
H A Dtree.h4127 extern tree array_ref_low_bound (tree);
H A Dgimplify.c1765 tree low = unshare_expr (array_ref_low_bound (t)); in gimplify_compound_lval()
H A Dfold-const.c12927 tree low_bound = array_ref_low_bound (exp); in fold_read_from_constant_string()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dc-tree.texi2284 directly; call @code{array_ref_low_bound} and @code{array_ref_element_size}
H A Dgccint.info5827 `array_ref_low_bound' and `array_ref_element_size' instead.