Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:LOp

357                        unsigned o, Value *&LOp, unsigned numElemL,
2377 Instruction *J, unsigned o, Value *&LOp,
2382 if (InsertElementInst *LIE = dyn_cast<InsertElementInst>(LOp)) {
2409 LOp = LIENext ? (Value*) LIENext : UndefValue::get(ArgTypeH);
2441 Value *LOp = L->getOperand(o);
2447 ExtractElementInst *LEE = dyn_cast<ExtractElementInst>(LOp);
2449 ShuffleVectorInst *LSV = dyn_cast<ShuffleVectorInst>(LOp);
2459 (LOp->getType() != L->getType() || HOp->getType() != H->getType());
2500 cast<Instruction>(LOp)->getOperand(0)->getType()
2654 Instruction *S = InsertElementInst::Create(HOp, LOp, CV0,
2658 } else if (!expandIEChain(Context, I, J, o, LOp, numElemL, ArgTypeL,
2672 NLOp = new ShuffleVectorInst(LOp, UndefValue::get(ArgTypeL),
2677 NLOp = InsertElementInst::Create(UndefValue::get(ArgTypeH), LOp, CV0,
2683 LOp = NLOp;
2688 if (numElemH == 1 && expandIEChain(Context, I, J, o, LOp, numElemL,
2691 InsertElementInst::Create(LOp, HOp,
2736 Instruction *BV = new ShuffleVectorInst(LOp, HOp,
2744 UndefValue::get(VArgType), LOp, CV0,