Home
last modified time | relevance | path

Searched defs:makeIdentityMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project/polly/lib/Support/
H A DISLTools.cpp182 isl::map polly::makeIdentityMap(const isl::set &Set, bool RestrictDomain) { in makeIdentityMap() function in polly
189 isl::union_map polly::makeIdentityMap(const isl::union_set &USet, in makeIdentityMap() function in polly
/llvm-project/polly/unittests/Isl/
H A DIslTest.cpp679 TEST(ISLTools, makeIdentityMap) { in TEST() argument