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

References

tools/polly/lib/External/isl/isl_aff.c
 3077 	if (!list1 || !list2)
 3080 	ctx = isl_pw_aff_list_get_ctx(list1);
 3081 	if (list1->n < 1 || list2->n < 1)
 3085 	set = isl_set_universe(isl_pw_aff_get_domain_space(list1->p[0]));
 3086 	for (i = 0; i < list1->n; ++i)
 3090 			set_ij = fn(isl_pw_aff_copy(list1->p[i]),
 3095 	isl_pw_aff_list_free(list1);
 3099 	isl_pw_aff_list_free(list1);