Home | History | Annotate | Download | only in lazy

Lines Matching refs:NextVar

1064   //   nextvar = curvar + step
1065 // store nextvar -> var
1119 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
1120 Builder.CreateStore(NextVar, Alloca);