Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp184 static Value *findFinalIVValue(const Loop &L, const PHINode &IndVar, in findFinalIVValue() function
222 Value *FinalIVValue = findFinalIVValue(L, IndVar, *StepInst); in getBounds()