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 D | tree-dfa.c | 498 && (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 D | graphite-sese-to-poly.c | 572 tree low = array_ref_low_bound (ref); in pdr_add_data_dimensions()
|
H A D | tree-object-size.c | 145 low_bound = array_ref_low_bound (CONST_CAST_TREE (expr)); in compute_object_offset()
|
H A D | ipa-icf.c | 1843 if (!sem_variable::equals (array_ref_low_bound (t1), in equals() 1844 array_ref_low_bound (t2))) in equals()
|
H A D | tree-eh.c | 2602 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 D | tree-if-conv.c | 780 low = array_ref_low_bound (ref); in idx_within_array_bound()
|
H A D | tree-ssa-forwprop.c | 1919 tree low = array_ref_low_bound (array_ref); in optimize_count_trailing_zeroes()
|
H A D | gimple-fold.c | 4864 tree low = array_ref_low_bound (*t); 7083 if ((low_bound = array_ref_low_bound (t), in fold_const_aggregate_ref_1()
|
H A D | expr.c | 7362 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 D | tree-ssa-loop-ivopts.c | 2058 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 D | tree-sra.c | 2445 && !tree_fits_shwi_p (array_ref_low_bound (expr))) in expr_with_var_bounded_array_refs_p()
|
H A D | tree-pretty-print.c | 2301 op0 = array_ref_low_bound (node); in dump_generic_node()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-dfa.cc | 504 && (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 D | gimple-array-bounds.cc | 282 tree low_bound = array_ref_low_bound (ref); in check_array_ref()
|
H A D | graphite-sese-to-poly.cc | 568 tree low = array_ref_low_bound (ref); in pdr_add_data_dimensions()
|
H A D | ipa-icf.cc | 1864 if (!sem_variable::equals (array_ref_low_bound (t1), in equals() 1865 array_ref_low_bound (t2))) in equals()
|
H A D | tree-object-size.cc | 438 low_bound = array_ref_low_bound (CONST_CAST_TREE (expr)); in compute_object_offset()
|
H A D | tree-eh.cc | 2594 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 D | pointer-query.cc | 1800 tree lowbnd = array_ref_low_bound (aref); in handle_array_ref()
|
H A D | tree-if-conv.cc | 787 low = array_ref_low_bound (ref); in idx_within_array_bound()
|
H A D | expr.cc | 7723 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 D | tree-sra.cc | 2479 && !tree_fits_shwi_p (array_ref_low_bound (expr))) in expr_with_var_bounded_array_refs_p()
|
H A D | tree-ssa-forwprop.cc | 2328 tree low = array_ref_low_bound (array_ref); in optimize_count_trailing_zeroes()
|
H A D | tree-pretty-print.cc | 2476 op0 = array_ref_low_bound (node); in dump_generic_node()
|
H A D | gimple-fold.cc | 5923 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