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

References

examples/ParallelJIT/ParallelJIT.cpp
   54       Function::Create(FunctionType::get(Type::getInt32Ty(Context),
   55                                          {Type::getInt32Ty(Context)}, false),
   60   BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", Add1F);
   63   Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1);
   74   ReturnInst::Create(Context, Add, BB);