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

References

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