Searched refs:InsertedIdx (Results 1 – 1 of 1) sorted by relevance
621 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in collectSingleShuffleElements() local628 Mask[InsertedIdx] = -1; in collectSingleShuffleElements()645 Mask[InsertedIdx % NumElts] = ExtractedIdx; in collectSingleShuffleElements()648 Mask[InsertedIdx % NumElts] = ExtractedIdx + NumLHSElts; in collectSingleShuffleElements()772 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in collectShuffleElements() local795 Mask[InsertedIdx % NumElts] = NumLHSElts + ExtractedIdx; in collectShuffleElements()806 Mask.push_back(i == InsertedIdx ? ExtractedIdx : NumLHSElts + i); in collectShuffleElements()1548 uint64_t InsertedIdx, ExtractedIdx; in visitInsertElementInst() local1551 match(IdxOp, m_ConstantInt(InsertedIdx)) && in visitInsertElementInst()