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

References

tools/polly/lib/External/isl/isl_local_space.c
 1120 	if (first + n > isl_local_space_dim(ls, type))
 1129 		ls->div = isl_mat_drop_rows(ls->div, first, n);
 1131 		ls->dim = isl_space_drop_dims(ls->dim, type, first, n);
 1136 	first += 1 + isl_local_space_offset(ls, type);
 1137 	ls->div = isl_mat_drop_cols(ls->div, first, n);