reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
426 Type* Int16Ty = Type::getInt16Ty(C); 427 Type* Int32Ty = Type::getInt32Ty(C); 428 Type* Int64Ty = Type::getInt64Ty(C); 429 Type* Int64PtrTy = Type::getInt64PtrTy(C); 474 Type* Int64PtrTyAS1 = Type::getInt64PtrTy(C, 1); 475 Type* Int64PtrTyAS2 = Type::getInt64PtrTy(C, 2); 477 IntegerType *Int16SizePtr = DL.getIntPtrType(C, 1); 478 IntegerType *Int64SizePtr = DL.getIntPtrType(C, 2);