Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp149 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr() local
154 if (i != InductionOperand && in stripGetElementPtr()
157 return GEP->getOperand(InductionOperand); in stripGetElementPtr()