Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp664 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in collectSingleShuffleElements() local
671 Mask[InsertedIdx] = -1; in collectSingleShuffleElements()
688 Mask[InsertedIdx % NumElts] = ExtractedIdx; in collectSingleShuffleElements()
691 Mask[InsertedIdx % NumElts] = ExtractedIdx + NumLHSElts; in collectSingleShuffleElements()
820 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in collectShuffleElements() local
844 Mask[InsertedIdx % NumElts] = NumLHSElts + ExtractedIdx; in collectShuffleElements()
855 Mask.push_back(i == InsertedIdx ? ExtractedIdx : NumLHSElts + i); in collectShuffleElements()
1747 uint64_t InsertedIdx, ExtractedIdx; in visitInsertElementInst() local
1750 match(IdxOp, m_ConstantInt(InsertedIdx)) && in visitInsertElementInst()