Home | History | Annotate | Download | only in cached

Lines Matching refs:NextVar

806   //   nextvar = curvar + step
807 // store nextvar -> var
861 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
862 Builder.CreateStore(NextVar, Alloca);