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

Declarations

tools/polly/lib/External/isl/isl_polynomial_private.h
  193 enum isl_fold isl_fold_type_negate(enum isl_fold type);

References

tools/polly/lib/External/isl/isl_fold.c
 1706 		fold->type = isl_fold_type_negate(fold->type);
 1756 		fold->type = isl_fold_type_negate(fold->type);
tools/polly/lib/External/isl/isl_pw_templ.c
 1853 		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);
tools/polly/lib/External/isl/isl_union_templ.c
  855 	u->type = isl_fold_type_negate(u->type);