Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2767 unsigned InductionOperand = getGEPInductionOperand(GEP); in stripGetElementPtr() local
2772 if (i != InductionOperand && in stripGetElementPtr()
2775 return GEP->getOperand(InductionOperand); in stripGetElementPtr()