Searched refs:InductionOperand (Results 1 – 1 of 1) sorted by relevance
1686 unsigned InductionOperand = getGEPInductionOperand(DL, Gep); in isConsecutivePtr() local1691 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() local1833 if (i == InductionOperand || in vectorizeMemoryInstruction()1835 assert((i == InductionOperand || in vectorizeMemoryInstruction()3872 unsigned InductionOperand = getGEPInductionOperand(DL, GEP); in stripGetElementPtr() local3877 if (i != InductionOperand && in stripGetElementPtr()3880 return GEP->getOperand(InductionOperand); in stripGetElementPtr()