Searched refs:MixedElems (Results 1 – 1 of 1) sorted by relevance
1739 SmallVector<Constant *, 3> MixedElems; in TEST_F() local1740 MixedElems.push_back(ScalarOnes); in TEST_F()1741 MixedElems.push_back(ScalarOnes); in TEST_F()1742 MixedElems.push_back(ScalarUndef); in TEST_F()1743 Constant *VectorMixed = ConstantVector::get(MixedElems); in TEST_F()