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

References

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