Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp543 Value *CIntMin = IRB.getInt64(APSInt::getSignedMinValue(64).getSExtValue()); in TEST_F() local
544 Value *CNegIntMin = ConstantExpr::getNeg(cast<Constant>(CIntMin)); in TEST_F()
546 EXPECT_TRUE(m_Power2().match(CIntMin)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()