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
  220 __isl_give isl_basic_map *isl_basic_map_neg(__isl_take isl_basic_map *bmap);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 5891   auto res = isl_basic_map_neg(copy());
tools/polly/lib/External/isl/isl_map.c
 4703 	return isl_basic_map_neg(bset);
 4717 		map->p[i] = isl_basic_map_neg(map->p[i]);