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

References

tools/polly/lib/External/isl/isl_aff_map.c
  284 	if (!pwaff)
  287 	space = isl_pw_aff_get_space(pwaff);
  290 	for (i = 0; i < pwaff->n; ++i) {
  294 		bmap = isl_basic_map_from_aff(isl_aff_copy(pwaff->p[i].aff));
  297 						isl_set_copy(pwaff->p[i].set));
  301 	isl_pw_aff_free(pwaff);