Searched refs:NewShufElts (Results 1 – 1 of 1) sorted by relevance
1417 SmallVector<Constant *, 16> NewShufElts(NumElts); in foldConstantInsEltIntoShuffle() local1421 NewShufElts[I] = InsEltScalar; in foldConstantInsEltIntoShuffle()1425 NewShufElts[I] = ShufConstVec->getAggregateElement(I); in foldConstantInsEltIntoShuffle()1430 if (!NewShufElts[I]) in foldConstantInsEltIntoShuffle()1437 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()