Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp107 auto IslNTwo = valFromAPInt(IslCtx, APNTwo, true); in TEST() local
109 EXPECT_EQ(IslNTwo, IslNTwoCmp); in TEST()
167 auto IslNTwo = isl::val(IslCtx, -2); in TEST() local
168 auto APNTwo = APIntFromVal(IslNTwo); in TEST()