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

References

examples/Kaleidoscope/Chapter9/toy.cpp
 1113     StepVal = Step->codegen();
 1114     if (!StepVal)
 1118     StepVal = ConstantFP::get(TheContext, APFloat(1.0));
 1129   Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");