Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp181 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr() local
186 if (i != InductionOperand && in stripGetElementPtr()
189 return GEP->getOperand(InductionOperand); in stripGetElementPtr()