Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DKnownBitsTest.cpp479 APInt CommonOne = APInt::getAllOnes(Bits); in TEST() local
485 CommonOne &= Ext; in TEST()
489 EXPECT_EQ(CommonOne, KnownSExtInReg.One); in TEST()