Searched refs:EndWidth (Results 1 – 1 of 1) sorted by relevance
3010 #define EXPECT_FOLD_CONST(StartWidth, StartValue, EndWidth, EndValue, NumElts) \ in TEST_F() argument3013 ASSERT_EQ(NewInt->getBitWidth(), EndWidth##u); \ in TEST_F()3014 EXPECT_EQ(NewInt->getValue(), APInt(EndWidth, EndValue)); \ in TEST_F()