Home | History | Annotate | Download | only in IR

Lines Matching refs:getGlobalContext

22   IntegerType* Int1 = IntegerType::get(getGlobalContext(), 1);
103 IntegerType* Int8Ty = Type::getInt8Ty(getGlobalContext());
116 Type *FP128Ty = Type::getFP128Ty(getGlobalContext());
118 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
125 LLVMContext &C(getGlobalContext());
165 std::unique_ptr<Module> M(new Module("MyModule", getGlobalContext()));
167 Type *Int64Ty = Type::getInt64Ty(getGlobalContext());
168 Type *Int32Ty = Type::getInt32Ty(getGlobalContext());
169 Type *Int16Ty = Type::getInt16Ty(getGlobalContext());
170 Type *Int1Ty = Type::getInt1Ty(getGlobalContext());
171 Type *FloatTy = Type::getFloatTy(getGlobalContext());
172 Type *DoubleTy = Type::getDoubleTy(getGlobalContext());
260 std::unique_ptr<Module> M(new Module("MyModule", getGlobalContext()));
262 Type *Int32Ty = Type::getInt32Ty(getGlobalContext());