Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:IdxOp

237     Value *IdxOp    = IEI->getOperand(2);
239 if (!isa<ConstantInt>(IdxOp))
241 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
308 Value *IdxOp = IEI->getOperand(2);
311 if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(IdxOp) &&
315 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
357 Value *IdxOp = IE.getOperand(2);
360 if (isa<UndefValue>(ScalarOp) || isa<UndefValue>(IdxOp))
366 if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(IdxOp) &&
371 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();