Home | History | Annotate | Download | only in initial

Lines Matching refs:NextVar

1024   //   nextvar = curvar + step
1025 // store nextvar -> var
1079 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
1080 Builder.CreateStore(NextVar, Alloca);