Lines Matching refs:Int8PtrTy
1334 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy); in emitStructSetterCall()
2180 value = CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy); in emitARCValueOperation()
2217 CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy)}; in emitARCStoreOperation()
2254 llvm::FunctionType::get(CGF.Int8PtrTy, CGF.Int8PtrTy, false); in emitObjCValueOperation()
2265 value = CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy); in emitObjCValueOperation()
2444 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitARCRelease()
2489 Builder.CreateBitCast(value, Int8PtrTy)}; in EmitARCStoreStrongCall()
2573 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitARCRetainAutorelease()
2689 assert(value->getType() == Int8PtrTy); in EmitObjCAutoreleasePoolPop()
2697 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrTy, false); in EmitObjCAutoreleasePoolPop()
2829 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrTy, false); in EmitObjCRelease()
2838 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitObjCRelease()