Searched refs:NotSplat (Results 1 – 1 of 1) sorted by relevance
1345 Constant *NotSplat = ConstantVector::get({C1, C1, C0, C1 ,C1}); in TEST() local1353 EXPECT_EQ(NotSplat->getSplatValue(), nullptr); in TEST()1361 EXPECT_EQ(NotSplat->getSplatValue(false), nullptr); in TEST()1369 EXPECT_EQ(NotSplat->getSplatValue(true), nullptr); in TEST()