Searched refs:NewShufElts (Results 1 – 1 of 1) sorted by relevance
1440 SmallVector<Constant *, 16> NewShufElts(NumElts); in foldConstantInsEltIntoShuffle() local1444 NewShufElts[I] = InsEltScalar; in foldConstantInsEltIntoShuffle()1448 NewShufElts[I] = ShufConstVec->getAggregateElement(I); in foldConstantInsEltIntoShuffle()1453 if (!NewShufElts[I]) in foldConstantInsEltIntoShuffle()1460 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()