Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:I8PtrTy

795   llvm::Type *I8PtrTy = CGF.Builder.getInt8PtrTy();
796 llvm::Value *Casted = CGF.Builder.CreateBitCast(Tmp, I8PtrTy);
797 llvm::Value *SrcCasted = CGF.Builder.CreateBitCast(SrcPtr, I8PtrTy);
883 llvm::Type *I8PtrTy = CGF.Builder.getInt8PtrTy();
884 llvm::Value *Casted = CGF.Builder.CreateBitCast(Tmp, I8PtrTy);
885 llvm::Value *DstCasted = CGF.Builder.CreateBitCast(DstPtr, I8PtrTy);
1435 llvm::Type *I8PtrTy = Builder.getInt8PtrTy();
1437 llvm::Value *Dst = Builder.CreateBitCast(AlignedTemp, I8PtrTy);
1438 llvm::Value *Src = Builder.CreateBitCast(V, I8PtrTy);