Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1417 SmallVector<Constant *, 16> NewShufElts(NumElts); in foldConstantInsEltIntoShuffle() local
1421 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()