Lines Matching refs:Int8PtrTy
1330 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy); in emitStructSetterCall()
2179 value = CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy); in emitARCValueOperation()
2216 CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy) in emitARCStoreOperation()
2255 llvm::FunctionType::get(CGF.Int8PtrTy, CGF.Int8PtrTy, false); in emitObjCValueOperation()
2266 value = CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy); in emitObjCValueOperation()
2445 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitARCRelease()
2490 Builder.CreateBitCast(value, Int8PtrTy) in EmitARCStoreStrongCall()
2575 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitARCRetainAutorelease()
2691 assert(value->getType() == Int8PtrTy); in EmitObjCAutoreleasePoolPop()
2699 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrTy, false); in EmitObjCAutoreleasePoolPop()
2831 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrTy, false); in EmitObjCRelease()
2840 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitObjCRelease()