Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DConstantFoldingTest.cpp107 Optional<APInt> FoldGAShrInt = in TEST_F() local
110 EXPECT_TRUE(FoldGAShrInt.has_value()); in TEST_F()
111 EXPECT_EQ(0ULL, FoldGAShrInt.value().getLimitedValue()); in TEST_F()