Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:NextVar

779   //   nextvar = curvar + step
780 // store nextvar -> var
834 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
835 Builder.CreateStore(NextVar, Alloca);