Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DVectorUtils.cpp130 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr() local
135 if (i != InductionOperand && in stripGetElementPtr()
138 return GEP->getOperand(InductionOperand); in stripGetElementPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp132 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr() local
137 if (i != InductionOperand && in stripGetElementPtr()
140 return GEP->getOperand(InductionOperand); in stripGetElementPtr()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2066 unsigned InductionOperand = getGEPInductionOperand(Gep); in isConsecutivePtr() local
2071 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() local
2472 if (i == InductionOperand || in vectorizeMemoryInstruction()
2474 assert((i == InductionOperand || in vectorizeMemoryInstruction()
6198 unsigned InductionOperand = getGEPInductionOperand(Gep); in collectValuesToIgnore() local
6204 if (i != InductionOperand && in collectValuesToIgnore()