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

References

tools/polly/lib/External/isl/isl_map_simplify.c
 3598 	total = isl_space_dim(bmap1->dim, isl_dim_all);
 3599 	if (total == 0)
 3601 	v = isl_vec_alloc(bmap1->ctx, 1 + total);
 3604 	elim = isl_alloc_array(bmap1->ctx, int, total);
 3613 		    isl_seq_first_non_zero(v->block.data + 1, total) == -1)
 3621 		    isl_seq_first_non_zero(v->block.data + 1, total) == -1)
 3630 		    isl_seq_first_non_zero(v->block.data + 1, total) == -1)