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

Declarations

tools/polly/lib/External/isl/include/isl/aff.h
  838 __isl_give isl_map *isl_multi_pw_aff_eq_map(__isl_take isl_multi_pw_aff *mpa1,

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
10105   auto res = isl_multi_pw_aff_eq_map(copy(), mpa2.release());
tools/polly/lib/External/isl/isl_scheduler.c
 4766 	map = isl_multi_pw_aff_eq_map(mpa, isl_multi_pw_aff_copy(mpa));
tools/polly/lib/External/isl/isl_union_map.c
 4025 						&isl_multi_pw_aff_eq_map);