Searched refs:InductionOperand (Results 1 – 3 of 3) sorted by relevance
130 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr() local135 if (i != InductionOperand && in stripGetElementPtr()138 return GEP->getOperand(InductionOperand); in stripGetElementPtr()
132 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr() local137 if (i != InductionOperand && in stripGetElementPtr()140 return GEP->getOperand(InductionOperand); in stripGetElementPtr()
2066 unsigned InductionOperand = getGEPInductionOperand(Gep); in isConsecutivePtr() local2071 if (i != InductionOperand && in isConsecutivePtr()2079 Last = PSE.getSCEV(Gep->getOperand(InductionOperand)); in isConsecutivePtr()2091 Gep->getOperand(InductionOperand), Gep); in isConsecutivePtr()2463 unsigned InductionOperand = getGEPInductionOperand(Gep); in vectorizeMemoryInstruction() local2472 if (i == InductionOperand || in vectorizeMemoryInstruction()2474 assert((i == InductionOperand || in vectorizeMemoryInstruction()6198 unsigned InductionOperand = getGEPInductionOperand(Gep); in collectValuesToIgnore() local6204 if (i != InductionOperand && in collectValuesToIgnore()