Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1281 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
1285 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
1289 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
1296 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp964 SmallVector<Constant *, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
969 NewMaskElts[I] = ConstantInt::get(Int32Ty, InsEltIndex + NumElts); in foldConstantInsEltIntoShuffle()
973 NewMaskElts[I] = Mask->getAggregateElement(I); in foldConstantInsEltIntoShuffle()
981 ConstantVector::get(NewMaskElts)); in foldConstantInsEltIntoShuffle()