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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp86 unsigned LHSWidth = SVI->getOperand(0)->getType()->getVectorNumElements(); local
90 if (InEl < (int)LHSWidth)
92 return FindScalarElement(SVI->getOperand(1), InEl - LHSWidth);
176 unsigned LHSWidth = local
181 if (SrcIdx < (int)LHSWidth)
184 SrcIdx -= LHSWidth;
433 unsigned LHSWidth = cast<VectorType>(LHS->getType())->getNumElements(); local
440 Value* result = (VWidth == LHSWidth)
447 for (unsigned i = 0, e = LHSWidth; i != VWidth; ++i) {
471 if (VWidth == LHSWidth) {
[all...]

Completed in 30 milliseconds