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

References

tools/polly/lib/External/isl/isl_map.c
 4256 	new_div = isl_alloc_array(bmap->ctx, isl_int *, bmap->extra + n);
 4257 	if (!new_div)
 4260 		new_div[i] = bmap->block2.data +
 4262 		isl_seq_clr(new_div[i], 1 + row_size);
 4265 		new_div[n + i] = bmap->block2.data + (bmap->div[i] - old);
 4267 	bmap->div = new_div;