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

References

tools/polly/lib/External/isl/isl_aff.c
 2444 	if (n == 0 && !isl_local_space_is_named_or_nested(aff->ls, type))
 2448 	if (first + n > isl_local_space_dim(aff->ls, type))
 2456 	aff->ls = isl_local_space_drop_dims(aff->ls, type, first, n);
 2461 	aff->v = isl_vec_drop_els(aff->v, first, n);