Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.c498 && (low_bound = array_ref_low_bound (exp), in get_ref_base_and_extent()
535 && (low_bound = array_ref_low_bound (exp), in get_ref_base_and_extent()
812 && (low_bound = array_ref_low_bound (exp), in get_addr_base_and_unit_offset_1()
H A Dgraphite-sese-to-poly.c572 tree low = array_ref_low_bound (ref); in pdr_add_data_dimensions()
H A Dtree-object-size.c145 low_bound = array_ref_low_bound (CONST_CAST_TREE (expr)); in compute_object_offset()
H A Dipa-icf.c1843 if (!sem_variable::equals (array_ref_low_bound (t1), in equals()
1844 array_ref_low_bound (t2))) in equals()
H A Dtree-eh.c2602 min = array_ref_low_bound (ref); in in_array_bounds_p()
2635 min = array_ref_low_bound (ref); in range_in_array_bounds_p()
H A Dtree-if-conv.c780 low = array_ref_low_bound (ref); in idx_within_array_bound()
H A Dtree-ssa-forwprop.c1919 tree low = array_ref_low_bound (array_ref); in optimize_count_trailing_zeroes()
H A Dgimple-fold.c4864 tree low = array_ref_low_bound (*t);
7083 if ((low_bound = array_ref_low_bound (t), in fold_const_aggregate_ref_1()
H A Dexpr.c7362 tree low_bound = array_ref_low_bound (exp); in get_inner_reference()
10602 tree low_bound = array_ref_low_bound (exp); in expand_expr_real_1()
11550 if (!integer_zerop (array_ref_low_bound (arg))) in string_constant()
H A Dtree-ssa-loop-ivopts.c2058 lbound = array_ref_low_bound (base); in idx_find_step()
2130 find_interesting_uses_op (data, array_ref_low_bound (base)); in idx_record_use()
H A Dtree-sra.c2445 && !tree_fits_shwi_p (array_ref_low_bound (expr))) in expr_with_var_bounded_array_refs_p()
H A Dtree-pretty-print.c2301 op0 = array_ref_low_bound (node); in dump_generic_node()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.cc504 && (low_bound = array_ref_low_bound (exp), in get_ref_base_and_extent()
547 && (low_bound = array_ref_low_bound (exp), in get_ref_base_and_extent()
826 low_bound = array_ref_low_bound (exp); in get_addr_base_and_unit_offset_1()
H A Dgimple-array-bounds.cc282 tree low_bound = array_ref_low_bound (ref); in check_array_ref()
H A Dgraphite-sese-to-poly.cc568 tree low = array_ref_low_bound (ref); in pdr_add_data_dimensions()
H A Dipa-icf.cc1864 if (!sem_variable::equals (array_ref_low_bound (t1), in equals()
1865 array_ref_low_bound (t2))) in equals()
H A Dtree-object-size.cc438 low_bound = array_ref_low_bound (CONST_CAST_TREE (expr)); in compute_object_offset()
H A Dtree-eh.cc2594 min = array_ref_low_bound (ref); in in_array_bounds_p()
2627 min = array_ref_low_bound (ref); in range_in_array_bounds_p()
H A Dpointer-query.cc1800 tree lowbnd = array_ref_low_bound (aref); in handle_array_ref()
H A Dtree-if-conv.cc787 low = array_ref_low_bound (ref); in idx_within_array_bound()
H A Dexpr.cc7723 tree low_bound = array_ref_low_bound (exp); in get_inner_reference()
11051 tree low_bound = array_ref_low_bound (exp); in expand_expr_real_1()
11950 if (!integer_zerop (array_ref_low_bound (arg))) in constant_byte_string()
H A Dtree-sra.cc2479 && !tree_fits_shwi_p (array_ref_low_bound (expr))) in expr_with_var_bounded_array_refs_p()
H A Dtree-ssa-forwprop.cc2328 tree low = array_ref_low_bound (array_ref); in optimize_count_trailing_zeroes()
H A Dtree-pretty-print.cc2476 op0 = array_ref_low_bound (node); in dump_generic_node()
H A Dgimple-fold.cc5923 tree low = array_ref_low_bound (*t); in maybe_canonicalize_mem_ref_addr()
8197 if ((low_bound = array_ref_low_bound (t), in fold_const_aggregate_ref_1()

123