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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1529 unsigned InductionOperand = getGEPInductionOperand(DL, Gep); local
1534 if (i != InductionOperand &&
1542 Last = SE->getSCEV(Gep->getOperand(InductionOperand));
1554 Gep->getOperand(InductionOperand), Gep);
1666 unsigned InductionOperand = getGEPInductionOperand(DL, Gep); local
1675 if (i == InductionOperand ||
1677 assert((i == InductionOperand ||
3686 unsigned InductionOperand = getGEPInductionOperand(DL, GEP); local
3691 if (i != InductionOperand &&
3694 return GEP->getOperand(InductionOperand);
[all...]

Completed in 58 milliseconds