Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DConstantFoldingTest.cpp227 Optional<APInt> FoldGSremInt = in TEST_F() local
230 EXPECT_TRUE(FoldGSremInt.has_value()); in TEST_F()
231 EXPECT_EQ(7ULL, FoldGSremInt.value().getLimitedValue()); in TEST_F()