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

References

tools/polly/lib/External/isl/isl_map.c
 3206 		if (pos < 1 + nparam) {
 3213 		} else if (pos < 1 + nparam + in)
 3214 			fprintf(out, "i%d", pos - 1 - nparam);
 3215 		else if (pos < 1 + nparam + dim)
 3216 			fprintf(out, "o%d", pos - 1 - nparam - in);
 3218 			fprintf(out, "e%d", pos - 1 - nparam - dim);