reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
420 std::unique_ptr<Module> M(new Module("MyModule", Context)); 422 for (Type *T : {Type::getInt8Ty(Context), Type::getInt16Ty(Context), 422 for (Type *T : {Type::getInt8Ty(Context), Type::getInt16Ty(Context), 423 Type::getInt32Ty(Context), Type::getInt64Ty(Context)}) { 423 Type::getInt32Ty(Context), Type::getInt64Ty(Context)}) { 431 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context), 431 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context), 432 Type::getDoubleTy(Context)}) {