Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DConstantFoldingTest.cpp95 Optional<APInt> FoldGAndInt = in TEST_F() local
98 EXPECT_TRUE(FoldGAndInt.has_value()); in TEST_F()
99 EXPECT_EQ(0ULL, FoldGAndInt.value().getLimitedValue()); in TEST_F()