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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp237 Value *IdxOp = IEI->getOperand(2); local
239 if (!isa<ConstantInt>(IdxOp))
241 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
308 Value *IdxOp = IEI->getOperand(2); local
311 if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(IdxOp) &&
315 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
357 Value *IdxOp = IE.getOperand(2); local
360 if (isa<UndefValue>(ScalarOp) || isa<UndefValue>(IdxOp))
366 if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(IdxOp) &&
371 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2162 SDValue IdxOp = Op.getOperand(2); local
2169 if (IdxOp.getOpcode() != ISD::UNDEF) {
2170 ConstantSDNode *CN = cast<ConstantSDNode>(IdxOp);

Completed in 44 milliseconds