Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DVectorUtils.h332 unsigned getGEPInductionOperand(const GetElementPtrInst *Gep);
/llvm-project-15.0.7/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()