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

References

tools/polly/lib/External/isl/isl_aff.c
 2438 	if (type == isl_dim_out)
 2442 	if (type == isl_dim_in)
 2443 		type = isl_dim_set;
 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);
 2460 	first += 1 + isl_local_space_offset(aff->ls, type);