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

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2371 Value *HOp = H->getOperand(o); local
2377 ExtractElementInst *HEE = dyn_cast<ExtractElementInst>(HOp);
2379 ShuffleVectorInst *HSV = dyn_cast<ShuffleVectorInst>(HOp);
2388 (LOp->getType() != L->getType() || HOp->getType() != H->getType());
2432 cast<VectorType>(cast<Instruction>(HOp)->getOperand(0)->getType())
2579 if (numElemL == 1 && expandIEChain(Context, I, J, o, HOp, numElemH,
2585 Instruction *S = InsertElementInst::Create(HOp, LOp, CV0,
2622 InsertElementInst::Create(LOp, HOp,
2629 } else if (!expandIEChain(Context, I, J, o, HOp, numElemH, ArgTypeH,
2640 NHOp = new ShuffleVectorInst(HOp, UndefValu
[all...]
/external/llvm/lib/Support/
H A DCommandLine.cpp1615 HOp("help", cl::desc("Display available options (-help-hidden for more)"),

Completed in 111 milliseconds