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

Declarations

tools/polly/lib/External/isl/include/isl/set.h
  517 __isl_give isl_pw_aff *isl_set_dim_max(__isl_take isl_set *set, int pos);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
14659   auto res = isl_set_dim_max(copy(), pos);
tools/polly/lib/External/isl/isl_test.c
 6388 	pa = isl_set_dim_max(set, 0);
 6408 	pwaff = isl_set_dim_max(set, 0);
 6422 	pwaff = isl_set_dim_max(set, 0);
 6436 	pwaff = isl_set_dim_max(set, 0);
 6453 	pwaff = isl_set_dim_max(isl_set_copy(set), 0);
 6461 	pwaff = isl_set_dim_max(isl_set_copy(set), 3);
 6498 	pwaff = isl_set_dim_max(set, 0);
tools/polly/lib/External/ppcg/util.c
   94 		bound = isl_set_dim_max(isl_set_copy(set), i);