Searched refs:cshape (Results 1 – 2 of 2) sorted by relevance
5126 mpz_t *cshape; in set_loop_bounds() local5256 cshape = info->shape; in set_loop_bounds()5257 if (cshape && INTEGER_CST_P (info->start[dim]) in set_loop_bounds()5261 mpz_set (i, cshape[get_array_ref_dim_for_loop_dim (loopspec[n], n)]); in set_loop_bounds()
5234 mpz_t *cshape; in set_loop_bounds() local5363 cshape = info->shape; in set_loop_bounds()5364 if (cshape && INTEGER_CST_P (info->start[dim]) in set_loop_bounds()5368 mpz_set (i, cshape[get_array_ref_dim_for_loop_dim (loopspec[n], n)]); in set_loop_bounds()