Home
last modified time | relevance | path

Searched refs:InsertedIdx (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp313 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in collectSingleShuffleElements() local
320 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() local
411 Mask[InsertedIdx % NumElts] = in collectShuffleElements()
425 i == InsertedIdx ? ExtractedIdx : NumLHSElts + i)); in collectShuffleElements()
498 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in visitInsertElementInst() local
503 if (InsertedIdx >= NumInsertVectorElts) // Out of range insert. in visitInsertElementInst()
508 if (EI->getOperand(0) == VecOp && ExtractedIdx == InsertedIdx) in visitInsertElementInst()