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

Declarations

tools/polly/lib/External/isl/include/isl/local_space.h
   63 __isl_give isl_local_space *isl_local_space_drop_dims(

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 7822   auto res = isl_local_space_drop_dims(copy(), static_cast<enum isl_dim_type>(type), first, n);
tools/polly/lib/External/isl/isl_aff.c
 1287 	aff->ls = isl_local_space_drop_dims(aff->ls, isl_dim_div, pos, n - pos);
 2456 	aff->ls = isl_local_space_drop_dims(aff->ls, type, first, n);
tools/polly/lib/External/isl/isl_local_space.c
  345 		ls = isl_local_space_drop_dims(ls, isl_dim_div, i, 1);
  891 	ls = isl_local_space_drop_dims(ls, isl_dim_out,
  905 	ls = isl_local_space_drop_dims(ls, isl_dim_in,
tools/polly/lib/External/isl/isl_map.c
 7479 	ls = isl_local_space_drop_dims(ls, isl_dim_div,
tools/polly/lib/External/isl/isl_tab_pip.c
  338 	ls = isl_local_space_drop_dims(ls, isl_dim_div,