Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:IdxOp

325     Value *IdxOp    = IEI->getOperand(2);
327 if (!isa<ConstantInt>(IdxOp))
329 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
472 Value *IdxOp = IEI->getOperand(2);
475 if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(IdxOp)) {
478 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
572 Value *IdxOp = IE.getOperand(2);
575 if (isa<UndefValue>(ScalarOp) || isa<UndefValue>(IdxOp))
581 if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(IdxOp)) {
587 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();