Searched defs:StartVal (Results 1 - 3 of 3) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp579 Value *StartVal = Start->Codegen(); local
580 if (StartVal == 0) return 0;
596 Variable->addIncoming(StartVal, PreheaderBB);
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp683 Value *StartVal = Start->Codegen(); local
684 if (StartVal == 0) return 0;
700 Variable->addIncoming(StartVal, PreheaderBB);
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp788 Value *StartVal = Start->Codegen(); local
789 if (StartVal == 0) return 0;
792 Builder.CreateStore(StartVal, Alloca);

Completed in 88 milliseconds