Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp309 Value *IdxOp = IEI->getOperand(2); in collectSingleShuffleElements() local
311 if (!isa<ConstantInt>(IdxOp)) in collectSingleShuffleElements()
313 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue(); in collectSingleShuffleElements()
387 Value *IdxOp = IEI->getOperand(2); in collectShuffleElements() local
390 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() local
486 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()