Searched refs:InductionOperand (Results 1 – 2 of 2) sorted by relevance
261 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr() local266 if (i != InductionOperand && in stripGetElementPtr()269 return GEP->getOperand(InductionOperand); in stripGetElementPtr()
2026 unsigned InductionOperand = getGEPInductionOperand(Gep); in isConsecutivePtr() local2031 if (i != InductionOperand && in isConsecutivePtr()2039 Last = PSE.getSCEV(Gep->getOperand(InductionOperand)); in isConsecutivePtr()2051 Gep->getOperand(InductionOperand), Gep); in isConsecutivePtr()2415 unsigned InductionOperand = getGEPInductionOperand(Gep); in vectorizeMemoryInstruction() local2424 if (i == InductionOperand || in vectorizeMemoryInstruction()2426 assert((i == InductionOperand || in vectorizeMemoryInstruction()5687 unsigned InductionOperand = getGEPInductionOperand(Gep); in collectValuesToIgnore() local5693 if (i != InductionOperand && in collectValuesToIgnore()