Searched refs:InitialIVValue (Results 1 – 2 of 2) sorted by relevance
169 Value &getInitialIVValue() const { return InitialIVValue; } in getInitialIVValue()228 : L(Loop), InitialIVValue(I), StepInst(SI), StepValue(SV), in LoopBounds()234 Value &InitialIVValue; member
209 Value *InitialIVValue = IndDesc.getStartValue(); in getBounds() local211 if (!InitialIVValue || !StepInst) in getBounds()227 return LoopBounds(L, *InitialIVValue, *StepInst, StepValue, *FinalIVValue, in getBounds()