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

References

tools/polly/lib/External/isl/isl_aff.c
  715 	if (type == isl_dim_out)
  719 	if (type == isl_dim_in)
  720 		type = isl_dim_set;
  722 	if (pos >= isl_local_space_dim(aff->ls, type))
  726 	pos += isl_local_space_offset(aff->ls, type);