Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:I8PtrTy

730   llvm::Type *I8PtrTy = CGF.Builder.getInt8PtrTy();
731 llvm::Value *Casted = CGF.Builder.CreateBitCast(Tmp, I8PtrTy);
732 llvm::Value *SrcCasted = CGF.Builder.CreateBitCast(SrcPtr, I8PtrTy);
818 llvm::Type *I8PtrTy = CGF.Builder.getInt8PtrTy();
819 llvm::Value *Casted = CGF.Builder.CreateBitCast(Tmp, I8PtrTy);
820 llvm::Value *DstCasted = CGF.Builder.CreateBitCast(DstPtr, I8PtrTy);
1256 llvm::Type *I8PtrTy = Builder.getInt8PtrTy();
1258 llvm::Value *Dst = Builder.CreateBitCast(AlignedTemp, I8PtrTy);
1259 llvm::Value *Src = Builder.CreateBitCast(V, I8PtrTy);