Searched refs:ComputedShl (Results 1 – 1 of 1) sorted by relevance
248 KnownBits ComputedShl = KnownBits::shl(Known1, Known2); in TEST() local249 EXPECT_TRUE(ComputedShl.Zero.isSubsetOf(KnownShl.Zero)); in TEST()250 EXPECT_TRUE(ComputedShl.One.isSubsetOf(KnownShl.One)); in TEST()