Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int8PtrTy

43   llvm::PointerType *destType = Int8PtrTy;
265 CleanupArg = llvm::Constant::getNullValue(CGF.Int8PtrTy);
480 llvm::Value *CastAddr = Builder.CreateBitCast(Address, Int8PtrTy);
2085 : llvm::Constant::getNullValue(Int8PtrTy),
2133 Args.push_back(Builder.CreateBitCast(InfoPtr, Int8PtrTy));
2134 ArgTypes.push_back(Int8PtrTy);