Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1330 getIVIncrement(const PHINode *PN, const LoopInfo *LI) { in getIVIncrement() function
1354 if (auto IVInc = getIVIncrement(PN, LI)) in isIVIncrement()
3905 auto IVInc = getIVIncrement(PN, &LI); in matchScaledValue()