Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp101 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F() local
102 EXPECT_FALSE(isSplatValue(SplatWithUndefC)); in TEST_F()