Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h626 Value &getInitialIVValue() const { return InitialIVValue; } in getInitialIVValue()
685 : L(Loop), InitialIVValue(I), StepInst(SI), StepValue(SV), in LoopBounds()
691 Value &InitialIVValue; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp206 Value *InitialIVValue = IndDesc.getStartValue(); in getBounds() local
208 if (!InitialIVValue || !StepInst) in getBounds()
224 return LoopBounds(L, *InitialIVValue, *StepInst, StepValue, *FinalIVValue, in getBounds()