Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1438 getIVIncrement(const PHINode *PN, const LoopInfo *LI) { in getIVIncrement() function
1462 if (auto IVInc = getIVIncrement(PN, LI)) in isIVIncrement()
4024 auto IVInc = getIVIncrement(PN, &LI); in matchScaledValue()