Searched refs:array_ref_low_bound (Results 1 – 25 of 36) sorted by relevance
12
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-dfa.c | 498 && (low_bound = array_ref_low_bound (exp), in get_ref_base_and_extent() 769 && (low_bound = array_ref_low_bound (exp), in get_addr_base_and_unit_offset_1()
|
H A D | ipa-icf-gimple.c | 434 if (!compare_operand (array_ref_low_bound (t1), in compare_operand() 435 array_ref_low_bound (t2))) in compare_operand()
|
H A D | tree-object-size.c | 144 low_bound = array_ref_low_bound (CONST_CAST_TREE (expr)); in compute_object_offset()
|
H A D | ipa-icf.c | 2061 if (!sem_variable::equals (array_ref_low_bound (t1), in equals() 2062 array_ref_low_bound (t2))) in equals()
|
H A D | tree-eh.c | 2538 min = array_ref_low_bound (ref); in in_array_bounds_p() 2571 min = array_ref_low_bound (ref); in range_in_array_bounds_p()
|
H A D | tree-if-conv.c | 771 low = array_ref_low_bound (ref); in idx_within_array_bound()
|
H A D | gimple-fold.c | 4529 tree low = array_ref_low_bound (*t); in maybe_canonicalize_mem_ref_addr() 6715 if ((low_bound = array_ref_low_bound (t), in fold_const_aggregate_ref_1()
|
H A D | tree-ssa-loop-ivopts.c | 2057 lbound = array_ref_low_bound (base); in idx_find_step() 2129 find_interesting_uses_op (data, array_ref_low_bound (base)); in idx_record_use()
|
H A D | expr.c | 7280 tree low_bound = array_ref_low_bound (exp); in get_inner_reference() 10521 tree low_bound = array_ref_low_bound (exp); in expand_expr_real_1() 11438 lower_bound = array_ref_low_bound (TREE_OPERAND (arg, 0)); in string_constant()
|
H A D | tree-pretty-print.c | 1995 op0 = array_ref_low_bound (node); in dump_generic_node()
|
H A D | tree-ssa-loop-niter.c | 3313 low = array_ref_low_bound (base); in idx_infer_loop_bounds()
|
H A D | tree-sra.c | 2384 && !tree_fits_shwi_p (array_ref_low_bound (expr))) in expr_with_var_bounded_array_refs_p()
|
H A D | fold-const.c | 3254 || (operand_equal_p (array_ref_low_bound in operand_equal_p() 3256 array_ref_low_bound in operand_equal_p() 13772 tree low_bound = array_ref_low_bound (exp); in fold_read_from_constant_string()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-dfa.c | 827 && (low_bound = array_ref_low_bound (exp), in get_ref_base_and_extent()
|
H A D | tree-flow-inline.h | 1278 && (low_bound = array_ref_low_bound (exp), in get_addr_base_and_unit_offset_1()
|
H A D | expr.c | 6622 tree low_bound = array_ref_low_bound (exp); in get_inner_reference() 6818 array_ref_low_bound (tree exp) in array_ref_low_bound() function 9591 tree low_bound = array_ref_low_bound (exp); in expand_expr_real_1() 10439 lower_bound = array_ref_low_bound (TREE_OPERAND (arg, 0)); in string_constant()
|
H A D | tree-ssa-loop-ivopts.c | 1482 lbound = array_ref_low_bound (base); in idx_find_step() 1544 find_interesting_uses_op (data, array_ref_low_bound (base)); in idx_record_use()
|
H A D | tree-pretty-print.c | 1251 op0 = array_ref_low_bound (node); in dump_generic_node()
|
H A D | gimple-fold.c | 3004 if ((low_bound = array_ref_low_bound (t), in fold_const_aggregate_ref_1()
|
H A D | tree-ssa-loop-niter.c | 2734 low = array_ref_low_bound (base); in idx_infer_loop_bounds()
|
H A D | graphite-sese-to-poly.c | 1633 low = array_ref_low_bound (ref); in pdr_add_data_dimensions()
|
H A D | tree-ssa-sccvn.c | 679 temp.op1 = array_ref_low_bound (ref); in copy_reference_ops_from_ref()
|
H A D | tree-sra.c | 2088 && !host_integerp (array_ref_low_bound (expr), 0)) in expr_with_var_bounded_array_refs_p()
|
H A D | tree.c | 10072 min = array_ref_low_bound (ref); in in_array_bounds_p() 10105 min = array_ref_low_bound (ref); in range_in_array_bounds_p()
|
H A D | emit-rtl.c | 1768 tree low_bound = array_ref_low_bound (t2); in set_mem_attributes_minus_bitpos()
|
12