Home
last modified time | relevance | path

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

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