Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DConstantFoldingTest.cpp83 Optional<APInt> FoldGAddInt = in TEST_F() local
86 EXPECT_TRUE(FoldGAddInt.has_value()); in TEST_F()
87 EXPECT_EQ(25ULL, FoldGAddInt.value().getLimitedValue()); in TEST_F()