Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:NextVar

777   //   nextvar = curvar + step
778 // store nextvar -> var
832 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
833 Builder.CreateStore(NextVar, Alloca);