Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DVectorUtils.h54 unsigned getGEPInductionOperand(const GetElementPtrInst *Gep);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DVectorUtils.h55 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp103 unsigned llvm::getGEPInductionOperand(const GetElementPtrInst *Gep) { in getGEPInductionOperand() function in llvm
132 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()