Home
last modified time | relevance | path

Searched refs:remove_dims (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h714 inline basic_map remove_dims(isl::dim type, unsigned int first, unsigned int n) const;
865 inline basic_set remove_dims(isl::dim type, unsigned int first, unsigned int n) const;
1388 inline map remove_dims(isl::dim type, unsigned int first, unsigned int n) const;
2759 inline set remove_dims(isl::dim type, unsigned int first, unsigned int n) const;
5967 basic_map basic_map::remove_dims(isl::dim type, unsigned int first, unsigned int n) const in remove_dims() function
6684 basic_set basic_set::remove_dims(isl::dim type, unsigned int first, unsigned int n) const in remove_dims() function
8900 map map::remove_dims(isl::dim type, unsigned int first, unsigned int n) const in remove_dims() function
15191 set set::remove_dims(isl::dim type, unsigned int first, unsigned int n) const in remove_dims() function
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp262 BoundedParts = BoundedParts.remove_dims(isl::dim::param, 0, Dim); in partitionSetParts()