Home | History | Annotate | Download | only in lazy

Lines Matching refs:NextVar

788   //   nextvar = curvar + step
789 // store nextvar -> var
843 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
844 Builder.CreateStore(NextVar, Alloca);