Lines Matching refs:Int8PtrTy
2296 field = CGF.Builder.CreateBitCast(field, CGF.Int8PtrTy->getPointerTo(0)); in emitDispose()
2515 return llvm::ConstantExpr::getBitCast(Fn, CGF.Int8PtrTy); in generateByrefCopyHelper()
2578 return llvm::ConstantExpr::getBitCast(Fn, CGF.Int8PtrTy); in generateByrefDisposeHelper()
2754 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2773 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2777 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2786 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2864 V = Builder.CreateIntToPtr(Builder.getInt32(isa), Int8PtrTy, "isa"); in emitByrefStructureInit()
2938 Builder.CreateBitCast(V, Int8PtrTy), in BuildBlockRelease()
2996 llvm::Type *args[] = { Int8PtrTy, Int32Ty }; in getBlockObjectDispose()
3008 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, Int32Ty }; in getBlockObjectAssign()
3021 Int8PtrTy->getPointerTo(), in getNSConcreteGlobalBlock()
3032 Int8PtrTy->getPointerTo(), in getNSConcreteStackBlock()