Searched defs:shiftDim (Results 1 – 3 of 3) sorted by relevance
/llvm-project/polly/lib/Support/ |
H A D | ISLTools.cpp | 216 isl::set polly::shiftDim(isl::set Set, int Pos, int Amount) { in shiftDim() function in polly 228 isl::union_set polly::shiftDim(isl::union_set USet, int Pos, int Amount) { in shiftDim() function in polly 237 isl::map polly::shiftDim(isl::map Map, isl::dim Dim, int Pos, int Amount) { in shiftDim() function in polly 278 isl::union_map polly::shiftDim(isl::union_map UMap, isl::dim Dim, int Pos, in shiftDim() function in polly
|
/llvm-project/polly/unittests/Isl/ |
H A D | IslTest.cpp | 709 TEST(ISLTools, shiftDim) { in TEST() argument
|
/llvm-project/flang/runtime/ |
H A D | transformational.cpp | 45 const Dimension &shiftDim{shift_.GetDimension(k)}; in Init() local
|