Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h636 Value &getFinalIVValue() const { return FinalIVValue; } in getFinalIVValue()
686 FinalIVValue(F), SE(SE) {} in LoopBounds()
701 Value &FinalIVValue; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp220 Value *FinalIVValue = findFinalIVValue(L, IndVar, *StepInst); in getBounds() local
221 if (!FinalIVValue) in getBounds()
224 return LoopBounds(L, *InitialIVValue, *StepInst, StepValue, *FinalIVValue, in getBounds()