Home | History | Annotate | Download | only in complete

Lines Matching refs:NextVar

1348   //   nextvar = curvar + step
1349 // store nextvar -> var
1403 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
1404 Builder.CreateStore(NextVar, Alloca);