Searched refs:sized_array_p (Results 1 – 2 of 2) sorted by relevance
5762 bool sized_array_p = (max_index && TREE_CONSTANT (max_index)); in reshape_init_array_1() local5769 if (sized_array_p) in reshape_init_array_1()5784 d->cur != d->end && (!sized_array_p || index <= max_index_cst); in reshape_init_array_1()5801 if (d->cur == old_cur && !sized_array_p) in reshape_init_array_1()
4975 bool sized_array_p = (max_index != NULL_TREE); in reshape_init_array_1() local4982 if (sized_array_p) in reshape_init_array_1()4998 d->cur != d->end && (!sized_array_p || index <= max_index_cst); in reshape_init_array_1()