Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DConstantFoldingTest.cpp119 Optional<APInt> FoldGLShrInt = in TEST_F() local
122 EXPECT_TRUE(FoldGLShrInt.has_value()); in TEST_F()
123 EXPECT_EQ(0ULL, FoldGLShrInt.value().getLimitedValue()); in TEST_F()