Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DVectorUtils.cpp261 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr() local
266 if (i != InductionOperand && in stripGetElementPtr()
269 return GEP->getOperand(InductionOperand); in stripGetElementPtr()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2026 unsigned InductionOperand = getGEPInductionOperand(Gep); in isConsecutivePtr() local
2031 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() local
2424 if (i == InductionOperand || in vectorizeMemoryInstruction()
2426 assert((i == InductionOperand || in vectorizeMemoryInstruction()
5687 unsigned InductionOperand = getGEPInductionOperand(Gep); in collectValuesToIgnore() local
5693 if (i != InductionOperand && in collectValuesToIgnore()