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
   66 __isl_give isl_local_space *isl_local_space_insert_dims(

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 7889   auto res = isl_local_space_insert_dims(copy(), static_cast<enum isl_dim_type>(type), first, n);
tools/polly/lib/External/isl/isl_aff.c
 2575 	aff->ls = isl_local_space_insert_dims(aff->ls, type, first, n);
tools/polly/lib/External/isl/isl_local_space.c
  940 	return isl_local_space_insert_dims(ls, type, pos, n);