Home
last modified time | relevance | path

Searched defs:shiftDim (Results 1 – 3 of 3) sorted by relevance

/llvm-project/polly/lib/Support/
H A DISLTools.cpp216 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 DIslTest.cpp709 TEST(ISLTools, shiftDim) { in TEST() argument
/llvm-project/flang/runtime/
H A Dtransformational.cpp45 const Dimension &shiftDim{shift_.GetDimension(k)}; in Init() local