Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp1521 getIVIncrement(const PHINode *PN, const LoopInfo *LI) { in getIVIncrement() function
1545 if (auto IVInc = getIVIncrement(PN, LI)) in isIVIncrement()
4261 auto IVInc = getIVIncrement(PN, &LI); in matchScaledValue()