reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/Kaleidoscope/Chapter7/toy.cpp
  949     StepVal = Step->codegen();
  950     if (!StepVal)
  954     StepVal = ConstantFP::get(TheContext, APFloat(1.0));
  965   Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");