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

References

tools/polly/lib/External/isl/isl_map.c
 4589 	n_out = isl_basic_map_dim(bmap1, isl_dim_out);
 4591 	total = nparam + n_in + n_out + bmap1->n_div + bmap2->n_div + 2 * n_out;
 4591 	total = nparam + n_in + n_out + bmap1->n_div + bmap2->n_div + 2 * n_out;
 4598 	isl_dim_map_div(dim_map1, bmap1, pos += n_in + n_out);
 4601 	isl_dim_map_dim(dim_map2, bmap2->dim, isl_dim_out, pos += n_out);
 4604 			bmap1->n_div + bmap2->n_div + 2 * n_out,
 4605 			bmap1->n_eq + bmap2->n_eq + n_out,
 4607 	for (i = 0; i < n_out; ++i) {
 4614 		isl_int_set_si(bmap->eq[j][1+pos-n_out+i], 1);
 4618 	bmap = add_divs(bmap, 2 * n_out);