Home
last modified time | relevance | path

Searched refs:cshape (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c5126 mpz_t *cshape; in set_loop_bounds() local
5256 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc5234 mpz_t *cshape; in set_loop_bounds() local
5363 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()