Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1330 getIVIncrement(const PHINode *PN, const LoopInfo *LI) { in getIVIncrement() function
1354 if (auto IVInc = getIVIncrement(PN, LI)) in isIVIncrement()
3909 auto IVInc = getIVIncrement(PN, &LI); in matchScaledValue()