Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DConstantFoldingTest.cpp143 Optional<APInt> FoldGOrInt = in TEST_F() local
146 EXPECT_TRUE(FoldGOrInt.has_value()); in TEST_F()
147 EXPECT_EQ(25ULL, FoldGOrInt.value().getLimitedValue()); in TEST_F()