Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DVectorUtils.h67 unsigned getGEPInductionOperand(const GetElementPtrInst *Gep);
/external/llvm/lib/Analysis/
DVectorUtils.cpp231 unsigned llvm::getGEPInductionOperand(const GetElementPtrInst *Gep) { in getGEPInductionOperand() function in llvm
261 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2026 unsigned InductionOperand = getGEPInductionOperand(Gep); in isConsecutivePtr()
2415 unsigned InductionOperand = getGEPInductionOperand(Gep); in vectorizeMemoryInstruction()
5687 unsigned InductionOperand = getGEPInductionOperand(Gep); in collectValuesToIgnore()