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

References

tools/polly/lib/External/isl/isl_bound.c
  232 		enum isl_fold type = pwf->type;
  240 							pwf->type);
  242 							pwf->type);
tools/polly/lib/External/isl/isl_fold.c
  889 	if (pw1->type != pw2->type)
  889 	if (pw1->type != pw2->type)
  895 						pw1->type, n);
tools/polly/lib/External/isl/isl_pw_templ.c
   42 	pw->type = type;
   82 	if (pw->type != el->type)
  173 	dup = FN(PW,alloc_size)(isl_space_copy(pw->dim), pw->type, pw->n);
  415 	if (pw1->type != pw2->type)
  415 	if (pw1->type != pw2->type)
  433 	res = FN(PW,alloc_size)(isl_space_copy(pw1->dim), pw1->type, n);
  514 	res = FN(PW,alloc_size)(isl_space_copy(pw->dim), pw->type, n);
  541 	if (pw1->type != pw2->type)
  541 	if (pw1->type != pw2->type)
  603 	res = FN(PW,alloc_size)(isl_space_copy(space), pw1->type, n);
 1838 		zero = FN(PW,ZERO)(dim, pw->type);
 1853 		pw->type = isl_fold_type_negate(pw->type);
 1853 		pw->type = isl_fold_type_negate(pw->type);
 1884 		zero = FN(PW,ZERO)(space, pw->type);
 1902 		pw->type = isl_fold_type_negate(pw->type);
 1902 		pw->type = isl_fold_type_negate(pw->type);
 1950 		pw->type = isl_fold_type_negate(pw->type);
 1950 		pw->type = isl_fold_type_negate(pw->type);
tools/polly/lib/External/isl/isl_union_templ.c
  497 	u = FN(UNION,ZERO)(dim, part->type);