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.cpp652 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in collectSingleShuffleElements() local
659 Mask[InsertedIdx] = -1; in collectSingleShuffleElements()
676 Mask[InsertedIdx % NumElts] = ExtractedIdx; in collectSingleShuffleElements()
679 Mask[InsertedIdx % NumElts] = ExtractedIdx + NumLHSElts; in collectSingleShuffleElements()
808 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in collectShuffleElements() local
832 Mask[InsertedIdx % NumElts] = NumLHSElts + ExtractedIdx; in collectShuffleElements()
843 Mask.push_back(i == InsertedIdx ? ExtractedIdx : NumLHSElts + i); in collectShuffleElements()
1669 uint64_t InsertedIdx, ExtractedIdx; in visitInsertElementInst() local
1672 match(IdxOp, m_ConstantInt(InsertedIdx)) && in visitInsertElementInst()