Searched refs:up_bound_p1 (Results 1 – 1 of 1) sorted by relevance
200 tree up_bound_p1; in check_array_ref() local217 up_bound_p1 = NULL_TREE; in check_array_ref()269 up_bound_p1 = int_const_binop (TRUNC_DIV_EXPR, maxbound, eltsize); in check_array_ref()271 if (up_bound_p1 != NULL_TREE) in check_array_ref()272 up_bound = int_const_binop (MINUS_EXPR, up_bound_p1, in check_array_ref()279 up_bound_p1 = int_const_binop (PLUS_EXPR, up_bound, in check_array_ref()289 if (up_bound && tree_int_cst_equal (low_bound, up_bound_p1)) in check_array_ref()324 ? !tree_int_cst_le (up_sub, up_bound_p1) in check_array_ref()