Home | History | Annotate | Download | only in initial

Lines Matching refs:NextVar

1028   //   nextvar = curvar + step
1029 // store nextvar -> var
1083 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
1084 Builder.CreateStore(NextVar, Alloca);