Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int8PtrTy

230   llvm::PointerType *PointerTy = Int8PtrTy;
837 llvm::Value *DestVal = TmpBuilder.CreatePHI(Int8PtrTy, 0,
1110 Builder.CreateBitCast(CGM.EmitAnnotationString(AnnotationStr), Int8PtrTy),
1111 Builder.CreateBitCast(CGM.EmitAnnotationUnit(Location), Int8PtrTy),
1125 Builder.CreateBitCast(V, CGM.Int8PtrTy, V->getName()),
1134 CGM.Int8PtrTy);
1142 if (VTy != CGM.Int8PtrTy)
1143 V = Builder.Insert(new llvm::BitCastInst(V, CGM.Int8PtrTy));