Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h672 Value &getInitialIVValue() const { return InitialIVValue; } in getInitialIVValue()
731 : L(Loop), InitialIVValue(I), StepInst(SI), StepValue(SV), in LoopBounds()
737 Value &InitialIVValue; member
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp208 Value *InitialIVValue = IndDesc.getStartValue(); in getBounds() local
210 if (!InitialIVValue || !StepInst) in getBounds()
226 return LoopBounds(L, *InitialIVValue, *StepInst, StepValue, *FinalIVValue, in getBounds()