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
 1116 	if (n == 0 && !isl_local_space_is_named_or_nested(ls, type))
 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);
 1137 	ls->div = isl_mat_drop_cols(ls->div, first, n);