Searched refs:InsertedIdx (Results 1 – 1 of 1) sorted by relevance
313 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in CollectSingleShuffleElements() local320 Mask[InsertedIdx] = UndefValue::get(Type::getInt32Ty(V->getContext())); in CollectSingleShuffleElements()336 Mask[InsertedIdx % NumElts] = in CollectSingleShuffleElements()341 Mask[InsertedIdx % NumElts] = in CollectSingleShuffleElements()393 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in CollectShuffleElements() local411 Mask[InsertedIdx % NumElts] = in CollectShuffleElements()425 i == InsertedIdx ? ExtractedIdx : NumLHSElts + i)); in CollectShuffleElements()498 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in visitInsertElementInst() local503 if (InsertedIdx >= NumInsertVectorElts) // Out of range insert. in visitInsertElementInst()508 if (EI->getOperand(0) == VecOp && ExtractedIdx == InsertedIdx) in visitInsertElementInst()