Searched refs:max_index_cst (Results 1 – 2 of 2) sorted by relevance
4976 unsigned HOST_WIDE_INT max_index_cst = 0; in reshape_init_array_1() local4989 max_index_cst = tree_low_cst (max_index, 1); in reshape_init_array_1()4992 max_index_cst = tree_low_cst (fold_convert (size_type_node, max_index), in reshape_init_array_1()4998 d->cur != d->end && (!sized_array_p || index <= max_index_cst); in reshape_init_array_1()
5763 unsigned HOST_WIDE_INT max_index_cst = 0; in reshape_init_array_1() local5776 max_index_cst = tree_to_uhwi (max_index); in reshape_init_array_1()5779 max_index_cst = tree_to_uhwi (fold_convert (size_type_node, max_index)); in reshape_init_array_1()5784 d->cur != d->end && (!sized_array_p || index <= max_index_cst); in reshape_init_array_1()