Lines Matching refs:Int8PtrTy
2171 srcField = CGF.Builder.CreateElementBitCast(srcField, CGF.Int8PtrTy); in emitCopy()
2184 field = CGF.Builder.CreateElementBitCast(field, CGF.Int8PtrTy); in emitDispose()
2395 return llvm::ConstantExpr::getBitCast(Fn, CGF.Int8PtrTy); in generateByrefCopyHelper()
2452 return llvm::ConstantExpr::getBitCast(Fn, CGF.Int8PtrTy); in generateByrefDisposeHelper()
2627 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2646 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2650 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2659 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2735 V = Builder.CreateIntToPtr(Builder.getInt32(isa), Int8PtrTy, "isa"); in emitByrefStructureInit()
2809 Builder.CreateBitCast(V, Int8PtrTy), in BuildBlockRelease()
2867 llvm::Type *args[] = { Int8PtrTy, Int32Ty }; in getBlockObjectDispose()
2880 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, Int32Ty }; in getBlockObjectAssign()
2894 "_NSConcreteGlobalBlock", Int8PtrTy, LangAS::Default, nullptr); in getNSConcreteGlobalBlock()
2904 "_NSConcreteStackBlock", Int8PtrTy, LangAS::Default, nullptr); in getNSConcreteStackBlock()