Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DConstantFoldingTest.cpp112 Optional<APInt> FoldGAShrMix = in TEST_F() local
115 EXPECT_TRUE(FoldGAShrMix.has_value()); in TEST_F()
116 EXPECT_EQ(2097152ULL, FoldGAShrMix.value().getLimitedValue()); in TEST_F()