Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DKnownBitsTest.cpp488 KnownBits KnownSExtInReg = Known.sextInReg(FromBits); in TEST() local
489 EXPECT_EQ(CommonOne, KnownSExtInReg.One); in TEST()
490 EXPECT_EQ(CommonZero, KnownSExtInReg.Zero); in TEST()