Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DVectorUtils.h333 unsigned getGEPInductionOperand(const GetElementPtrInst *Gep);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp152 unsigned llvm::getGEPInductionOperand(const GetElementPtrInst *Gep) { in getGEPInductionOperand() function in llvm
181 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr()