reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_map.c
  386 	if (!bmap)
  389 	ctx = isl_basic_map_get_ctx(bmap);
  390 	total = isl_space_dim(bmap->dim, isl_dim_all);
  391 	cols = 1 + 1 + total + bmap->n_div;
  392 	div = isl_mat_alloc(ctx, bmap->n_div, cols);
  396 	for (i = 0; i < bmap->n_div; ++i)
  397 		isl_seq_cpy(div->row[i], bmap->div[i], cols);