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

Declarations

tools/polly/lib/External/isl/include/isl/map.h
  668 __isl_give isl_basic_map *isl_basic_map_from_aff(__isl_take isl_aff *aff);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 5637   auto res = isl_basic_map_from_aff(aff.release());
tools/polly/lib/External/isl/isl_aff_map.c
  122 	bmap = isl_basic_map_from_aff(aff);
  265 		bmap_i = isl_basic_map_from_aff(aff);
  294 		bmap = isl_basic_map_from_aff(isl_aff_copy(pwaff->p[i].aff));
tools/polly/lib/External/ppcg/gpu_group.c
  280 	shift = isl_basic_map_from_aff(isl_aff_copy(bound->shift));
  297 	scale = isl_basic_map_from_aff(aff);