Home
last modified time | relevance | path

Searched refs:InductionOperand (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1686 unsigned InductionOperand = getGEPInductionOperand(DL, Gep); in isConsecutivePtr() local
1691 if (i != InductionOperand && in isConsecutivePtr()
1699 Last = SE->getSCEV(Gep->getOperand(InductionOperand)); in isConsecutivePtr()
1711 Gep->getOperand(InductionOperand), Gep); in isConsecutivePtr()
1824 unsigned InductionOperand = getGEPInductionOperand(DL, Gep); in vectorizeMemoryInstruction() local
1833 if (i == InductionOperand || in vectorizeMemoryInstruction()
1835 assert((i == InductionOperand || in vectorizeMemoryInstruction()
3872 unsigned InductionOperand = getGEPInductionOperand(DL, GEP); in stripGetElementPtr() local
3877 if (i != InductionOperand && in stripGetElementPtr()
3880 return GEP->getOperand(InductionOperand); in stripGetElementPtr()