Home
last modified time | relevance | path

Searched refs:NextVar (Results 1 – 6 of 6) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp619 Value *NextVar = Builder.CreateFAdd(Variable, StepVal, "nextvar"); in Codegen() local
641 Variable->addIncoming(NextVar, LoopEndBB); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp723 Value *NextVar = Builder.CreateFAdd(Variable, StepVal, "nextvar"); in Codegen() local
745 Variable->addIncoming(NextVar, LoopEndBB); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp832 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar"); in Codegen() local
833 Builder.CreateStore(NextVar, Alloca); in Codegen()
/external/llvm/docs/tutorial/
DLangImpl5.rst659 Value *NextVar = Builder.CreateFAdd(Variable, StepVal, "nextvar");
663 '``NextVar``' will be the value of the loop variable on the next
704 Variable->addIncoming(NextVar, LoopEndBB);
716 The final code handles various cleanups: now that we have the "NextVar"
1365 Value *NextVar = Builder.CreateFAdd(Variable, StepVal, "nextvar");
1387 Variable->addIncoming(NextVar, LoopEndBB);
DLangImpl7.rst394 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
395 Builder.CreateStore(NextVar, Alloca);
1690 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");
1691 Builder.CreateStore(NextVar, Alloca);
DLangImpl6.rst1469 Value *NextVar = Builder.CreateFAdd(Variable, StepVal, "nextvar");
1491 Variable->addIncoming(NextVar, LoopEndBB);