Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int8PtrTy

475       llvm::Value *castAddr = CGF.Builder.CreateBitCast(Addr, CGF.Int8PtrTy);
922 llvm::Value *castAddr = Builder.CreateBitCast(Alloc, Int8PtrTy);
934 llvm::Value *Stack = CreateTempAlloca(Int8PtrTy, "saved_stack");
1112 llvm::Type *BP = Int8PtrTy;