Searched refs:InsertedIdx (Results 1 – 1 of 1) sorted by relevance
664 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in collectSingleShuffleElements() local671 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() local844 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() local1750 match(IdxOp, m_ConstantInt(InsertedIdx)) && in visitInsertElementInst()