Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp1346 Constant *NotSplatUndef = ConstantVector::get({CU, C1, CU, CU ,C0}); in TEST() local
1354 EXPECT_EQ(NotSplatUndef->getSplatValue(), nullptr); in TEST()
1362 EXPECT_EQ(NotSplatUndef->getSplatValue(false), nullptr); in TEST()
1370 EXPECT_EQ(NotSplatUndef->getSplatValue(true), nullptr); in TEST()