Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DVectorUtils.h57 unsigned getGEPInductionOperand(const GetElementPtrInst *Gep);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp120 unsigned llvm::getGEPInductionOperand(const GetElementPtrInst *Gep) { in getGEPInductionOperand() function in llvm
149 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr()