Home
last modified time | relevance | path

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

/llvm-project/polly/unittests/Isl/
H A DIslTest.cpp386 isl::set TestSet{Ctx.get(), "{ [0,7]; [i,7]: i >= 2 }"}; in TEST() local
407 TestSet.foreach_basic_set([&](isl::basic_set BSet) -> isl::stat { in TEST()
475 auto TestPwAff = isl::pw_aff(TestSet, isl::val::zero(Ctx.get())); in TEST()
479 EXPECT_EQ(Domain, TestSet); in TEST()
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1434 std::set<Instruction *> TestSet(Move.Main.begin(), Move.Main.end()); in realignGroup() local
1438 [&TestSet](const AddrInfo &AI) { return TestSet.count(AI.Inst); }); in realignGroup()