Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DConstantFoldingTest.cpp167 Optional<APInt> FoldGSubInt = in TEST_F() local
170 EXPECT_TRUE(FoldGSubInt.has_value()); in TEST_F()
171 EXPECT_EQ(7ULL, FoldGSubInt.value().getLimitedValue()); in TEST_F()