Searched refs:FoldGAddInt (Results 1 – 1 of 1) sorted by relevance
83 std::optional<APInt> FoldGAddInt = ConstantFoldBinOp( in TEST_F() local85 EXPECT_TRUE(FoldGAddInt.has_value()); in TEST_F()86 EXPECT_EQ(25ULL, FoldGAddInt->getLimitedValue()); in TEST_F()