Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp166 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr() local
171 if (i != InductionOperand && in stripGetElementPtr()
174 return GEP->getOperand(InductionOperand); in stripGetElementPtr()