Searched defs:shiftDim (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/lib/Support/ |
D | ISLTools.cpp | 209 isl::set polly::shiftDim(isl::set Set, int Pos, int Amount) { in shiftDim() function in polly 221 isl::union_set polly::shiftDim(isl::union_set USet, int Pos, int Amount) { in shiftDim() function in polly 230 isl::map polly::shiftDim(isl::map Map, isl::dim Dim, int Pos, int Amount) { in shiftDim() function in polly 259 isl::union_map polly::shiftDim(isl::union_map UMap, isl::dim Dim, int Pos, in shiftDim() function in polly
|
/external/llvm-project/polly/unittests/Isl/ |
D | IslTest.cpp | 721 TEST(ISLTools, shiftDim) { in TEST() argument
|