Lines Matching refs:Int8PtrTy
1101 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy); in emitCPPObjectAtomicGetterCall()
1335 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy); in emitStructSetterCall()
1344 argAddr = CGF.Builder.CreateBitCast(argAddr, CGF.Int8PtrTy); in emitStructSetterCall()
1381 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy); in emitCPPObjectAtomicSetterCall()
1390 argAddr = CGF.Builder.CreateBitCast(argAddr, CGF.Int8PtrTy); in emitCPPObjectAtomicSetterCall()
2190 value = CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy); in emitARCValueOperation()
2210 addr = CGF.Builder.CreateElementBitCast(addr, CGF.Int8PtrTy); in emitARCLoadOperation()
2216 if (origType != CGF.Int8PtrTy) in emitARCLoadOperation()
2238 CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy) in emitARCStoreOperation()
2277 llvm::FunctionType::get(CGF.Int8PtrTy, CGF.Int8PtrTy, false); in emitObjCValueOperation()
2288 value = CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy); in emitObjCValueOperation()
2467 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitARCRelease()
2512 Builder.CreateBitCast(value, Int8PtrTy) in EmitARCStoreStrongCall()
2597 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitARCRetainAutorelease()
2665 addr = Builder.CreateElementBitCast(addr, Int8PtrTy); in EmitARCDestroyWeak()
2716 assert(value->getType() == Int8PtrTy); in EmitObjCAutoreleasePoolPop()
2724 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrTy, false); in EmitObjCAutoreleasePoolPop()
2856 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrTy, false); in EmitObjCRelease()
2865 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitObjCRelease()