Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DVectorUtils.h54 unsigned getGEPInductionOperand(const GetElementPtrInst *Gep);
/external/llvm/lib/Analysis/
DVectorUtils.cpp101 unsigned llvm::getGEPInductionOperand(const GetElementPtrInst *Gep) { in getGEPInductionOperand() function in llvm
130 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2066 unsigned InductionOperand = getGEPInductionOperand(Gep); in isConsecutivePtr()
2463 unsigned InductionOperand = getGEPInductionOperand(Gep); in vectorizeMemoryInstruction()
6198 unsigned InductionOperand = getGEPInductionOperand(Gep); in collectValuesToIgnore()