Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1440 SmallVector<Constant *, 16> NewShufElts(NumElts); in foldConstantInsEltIntoShuffle() local
1444 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()