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

References

tools/polly/lib/External/isl/isl_union_eval.c
   50 	if (!u || !pnt)
   52 	is_void = isl_point_is_void(pnt);
   56 		return FN(UNION,eval_void)(u, pnt);
   58 	space = isl_space_copy(pnt->dim);
   67 		v = isl_val_zero(isl_point_get_ctx(pnt));
   68 		isl_point_free(pnt);
   70 		v = FN(PART,eval)(FN(PART,copy)(entry->data), pnt);
   76 	isl_point_free(pnt);