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

References

tools/polly/lib/External/isl/isl_aff.c
 1164 	if (type == isl_dim_out)
 1168 	if (type == isl_dim_in)
 1169 		type = isl_dim_set;
 1171 	if (pos >= isl_local_space_dim(aff->ls, type))
 1191 	pos += isl_local_space_offset(aff->ls, type);