Searched refs:AllocaInt8PtrTy (Results 1 – 3 of 3) sorted by relevance
67 llvm::PointerType *AllocaInt8PtrTy; member
1218 Addr = Builder.CreateBitCast(Addr, AllocaInt8PtrTy); in EmitLifetimeStart()1229 Addr = Builder.CreateBitCast(Addr, AllocaInt8PtrTy); in EmitLifetimeEnd()2210 llvm::Intrinsic::lifetime_start, AllocaInt8PtrTy); in getLLVMLifetimeStartFn()2219 llvm::Intrinsic::lifetime_end, AllocaInt8PtrTy); in getLLVMLifetimeEndFn()
123 AllocaInt8PtrTy = Int8Ty->getPointerTo( in CodeGenModule()