Lines Matching refs:Int8PtrTy

1099   ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy);  in emitCPPObjectAtomicGetterCall()
1300 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy); in emitStructSetterCall()
1309 argAddr = CGF.Builder.CreateBitCast(argAddr, CGF.Int8PtrTy); in emitStructSetterCall()
1346 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy); in emitCPPObjectAtomicSetterCall()
1355 argAddr = CGF.Builder.CreateBitCast(argAddr, CGF.Int8PtrTy); in emitCPPObjectAtomicSetterCall()
2138 value = CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy); in emitARCValueOperation()
2158 addr = CGF.Builder.CreateElementBitCast(addr, CGF.Int8PtrTy); in emitARCLoadOperation()
2164 if (origType != CGF.Int8PtrTy) in emitARCLoadOperation()
2186 CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy) in emitARCStoreOperation()
2225 llvm::FunctionType::get(CGF.Int8PtrTy, CGF.Int8PtrTy, false); in emitObjCValueOperation()
2236 value = CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy); in emitObjCValueOperation()
2414 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitARCRelease()
2459 Builder.CreateBitCast(value, Int8PtrTy) in EmitARCStoreStrongCall()
2544 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitARCRetainAutorelease()
2612 addr = Builder.CreateElementBitCast(addr, Int8PtrTy); in EmitARCDestroyWeak()
2663 assert(value->getType() == Int8PtrTy); in EmitObjCAutoreleasePoolPop()
2671 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrTy, false); in EmitObjCAutoreleasePoolPop()
2803 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrTy, false); in EmitObjCRelease()
2812 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitObjCRelease()