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

References

tools/polly/lib/External/isl/isl_fold.c
   60 	fold->type = type;
  443 	isl_assert(fold1->dim->ctx, fold1->type == fold2->type, goto error);
  443 	isl_assert(fold1->dim->ctx, fold1->type == fold2->type, goto error);
  447 	better = fold1->type == isl_fold_max ? -1 : 1;
  461 	res = qpolynomial_fold_alloc(fold1->type, isl_space_copy(fold1->dim),
  748 	dup = qpolynomial_fold_alloc(fold->type,
  822 	isl_assert(fold1->dim->ctx, fold1->type == fold2->type, goto error);
  822 	isl_assert(fold1->dim->ctx, fold1->type == fold2->type, goto error);
  836 	res = qpolynomial_fold_alloc(fold1->type, isl_space_copy(fold1->dim),
 1098 		fold->type == isl_fold_max || fold->type == isl_fold_min,
 1098 		fold->type == isl_fold_max || fold->type == isl_fold_min,
 1112 			if (fold->type == isl_fold_max)
 1191 	covers = fold1->type == isl_fold_max ? 1 : -1;
 1308 	return fold->type;
 1696 		zero = isl_qpolynomial_fold_empty(fold->type, dim);
 1706 		fold->type = isl_fold_type_negate(fold->type);
 1706 		fold->type = isl_fold_type_negate(fold->type);
 1742 		zero = isl_qpolynomial_fold_empty(fold->type, space);
 1756 		fold->type = isl_fold_type_negate(fold->type);
 1756 		fold->type = isl_fold_type_negate(fold->type);
tools/polly/lib/External/isl/isl_output.c
 1924 	if (fold->type == isl_fold_min)
 1926 	else if (fold->type == isl_fold_max)
 2343 		if (fold->type == isl_fold_min)
 2345 		else if (fold->type == isl_fold_max)
tools/polly/lib/External/isl/isl_pw_templ.c
   82 	if (pw->type != el->type)