HomeSort by relevance Sort by last modified time
    Searched defs:StartVal (Results 1 - 3 of 3) sorted by null

  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 579 Value *StartVal = Start->Codegen();
580 if (StartVal == 0) return 0;
596 Variable->addIncoming(StartVal, PreheaderBB);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 683 Value *StartVal = Start->Codegen();
684 if (StartVal == 0) return 0;
700 Variable->addIncoming(StartVal, PreheaderBB);
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 788 Value *StartVal = Start->Codegen();
789 if (StartVal == 0) return 0;
792 Builder.CreateStore(StartVal, Alloca);
    [all...]

Completed in 117 milliseconds