Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp387 isl::union_set TestUSet{Ctx.get(), "{ A[0,7]; B[i,7] }"}; in TEST() local
429 isl::stat Stat = TestUSet.foreach_set([&](isl::set Set) -> isl::stat { in TEST()
439 auto UPwAff = isl::union_pw_aff(TestUSet, isl::val::zero(Ctx.get())); in TEST()