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

References

tools/polly/lib/External/isl/isl_aff.c
 1316 		ls = isl_local_space_copy(aff->ls);
 1317 		ls = isl_local_space_substitute_seq(ls, isl_dim_div, i,
 1317 		ls = isl_local_space_substitute_seq(ls, isl_dim_div, i,
 1321 		if (!ls || !vec)
 1335 		aff->ls = ls;
 1341 	isl_local_space_free(ls);