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