Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DConstantFoldingTest.cpp131 Optional<APInt> FoldGMulInt = in TEST_F() local
134 EXPECT_TRUE(FoldGMulInt.has_value()); in TEST_F()
135 EXPECT_EQ(144ULL, FoldGMulInt.value().getLimitedValue()); in TEST_F()