Searched defs:HOp (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2446 Value *HOp = H->getOperand(o); local
2452 ExtractElementInst *HEE = dyn_cast<ExtractElementInst>(HOp);
2454 ShuffleVectorInst *HSV = dyn_cast<ShuffleVectorInst>(HOp);
2463 (LOp->getType() != L->getType() || HOp->getType() != H->getType());
2508 cast<Instruction>(HOp)->getOperand(0)->getType()
2655 if (numElemL == 1 && expandIEChain(Context, I, J, o, HOp, numElemH,
2661 Instruction *S = InsertElementInst::Create(HOp, LOp, CV0,
2698 InsertElementInst::Create(LOp, HOp,
2705 } else if (!expandIEChain(Context, I, J, o, HOp, numElemH, ArgTypeH,
2716 NHOp = new ShuffleVectorInst(HOp, UndefValu
[all...]

Completed in 62 milliseconds