Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:I8PtrTy

966   llvm::Type *I8PtrTy = CGF.Builder.getInt8PtrTy();
967 llvm::Value *Casted = CGF.Builder.CreateBitCast(Tmp, I8PtrTy);
968 llvm::Value *SrcCasted = CGF.Builder.CreateBitCast(SrcPtr, I8PtrTy);
1054 llvm::Type *I8PtrTy = CGF.Builder.getInt8PtrTy();
1055 llvm::Value *Casted = CGF.Builder.CreateBitCast(Tmp, I8PtrTy);
1056 llvm::Value *DstCasted = CGF.Builder.CreateBitCast(DstPtr, I8PtrTy);
1800 llvm::Type *I8PtrTy = Builder.getInt8PtrTy();
1802 llvm::Value *Dst = Builder.CreateBitCast(AlignedTemp, I8PtrTy);
1803 llvm::Value *Src = Builder.CreateBitCast(V, I8PtrTy);