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

References

tools/polly/lib/External/isl/isl_fold.c
  560 	if (!fold1 || !fold2)
  563 	if (isl_qpolynomial_fold_is_empty(fold1)) {
  564 		isl_qpolynomial_fold_free(fold1);
  570 		return fold1;
  573 	if (fold1->n == 1 && fold2->n != 1)
  574 		return isl_qpolynomial_fold_add_on_domain(dom, fold2, fold1);
  577 		res = isl_qpolynomial_fold_add_qpolynomial(fold1,
  584 				isl_qpolynomial_fold_copy(fold1),
  590 					isl_qpolynomial_fold_copy(fold1),
  595 	isl_qpolynomial_fold_free(fold1);
  600 	isl_qpolynomial_fold_free(fold1);