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()