reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/Kaleidoscope/Chapter3/toy.cpp
  403 static IRBuilder<> Builder(TheContext);
  413   return ConstantFP::get(TheContext, APFloat(Val));
  440     return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp");
  468   std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext));
  470       FunctionType::get(Type::getDoubleTy(TheContext), Doubles, false);
  494   BasicBlock *BB = BasicBlock::Create(TheContext, "entry", TheFunction);
  601   TheModule = std::make_unique<Module>("my cool jit", TheContext);