Home | History | Annotate | Download | only in cached

Lines Matching refs:NextVar

1170   //   nextvar = curvar + step
1171 // store nextvar -> var
1225 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
1226 Builder.CreateStore(NextVar, Alloca);