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

References

tools/polly/lib/External/isl/isl_aff.c
 2448 	if (first + n > isl_local_space_dim(aff->ls, type))
 2456 	aff->ls = isl_local_space_drop_dims(aff->ls, type, first, n);
 2460 	first += 1 + isl_local_space_offset(aff->ls, type);
 2461 	aff->v = isl_vec_drop_els(aff->v, first, n);