Searched refs:IdxOp (Results 1 – 1 of 1) sorted by relevance
309 Value *IdxOp = IEI->getOperand(2); in collectSingleShuffleElements() local311 if (!isa<ConstantInt>(IdxOp)) in collectSingleShuffleElements()313 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in collectSingleShuffleElements()387 Value *IdxOp = IEI->getOperand(2); in collectShuffleElements() local390 if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(IdxOp)) { in collectShuffleElements()393 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in collectShuffleElements()483 Value *IdxOp = IE.getOperand(2); in visitInsertElementInst() local486 if (isa<UndefValue>(ScalarOp) || isa<UndefValue>(IdxOp)) in visitInsertElementInst()492 if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(IdxOp)) { in visitInsertElementInst()498 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in visitInsertElementInst()