reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
206 if (!InitialIVValue || !StepInst) 210 Value *StepInstOp1 = StepInst->getOperand(1); 211 Value *StepInstOp0 = StepInst->getOperand(0); 218 Value *FinalIVValue = findFinalIVValue(L, IndVar, *StepInst); 222 return LoopBounds(L, *InitialIVValue, *StepInst, StepValue, *FinalIVValue,