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

References

tools/polly/lib/External/isl/isl_aff.c
 1396 	unsigned off = isl_local_space_offset(aff->ls, isl_dim_div);
 1400 	ls = isl_local_space_copy(aff->ls);
 1402 	v = isl_vec_copy(aff->v);
 1408 	isl_vec_free(aff->v);
 1409 	aff->v = v;
 1410 	isl_local_space_free(aff->ls);
 1411 	aff->ls = ls;
 1413 	return aff;
 1417 	return isl_aff_free(aff);