Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DConstantFoldingTest.cpp83 std::optional<APInt> FoldGAddInt = ConstantFoldBinOp( in TEST_F() local
85 EXPECT_TRUE(FoldGAddInt.has_value()); in TEST_F()
86 EXPECT_EQ(25ULL, FoldGAddInt->getLimitedValue()); in TEST_F()