Home | History | Annotate | Download | only in cached

Lines Matching refs:NextVar

802   //   nextvar = curvar + step
803 // store nextvar -> var
857 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
858 Builder.CreateStore(NextVar, Alloca);