Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:I8PtrTy

4594     llvm::Type *I8PtrTy = Builder.getInt8PtrTy();
4598 llvm::Value *Dst = Builder.CreateBitCast(AlignedTemp, I8PtrTy);
4599 llvm::Value *Src = Builder.CreateBitCast(Addr, I8PtrTy);