Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1441 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
1445 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
1449 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
1460 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()