Lines Matching refs:VoidPtrTy
65 llvm::Type *i8p = CGM.getTypes().ConvertType(C.VoidPtrTy);
254 llvm::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy);
269 llvm::Type *i8p = CGM.getTypes().ConvertType(C.VoidPtrTy);
333 QualType byRefPtrTy = C.VoidPtrTy;
636 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
645 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy);
728 src = Builder.CreateBitCast(src, VoidPtrTy);
837 VoidPtrTy, IntTy, IntTy, VoidPtrTy,
862 BlockLiteral = Builder.CreateBitCast(BlockLiteral, VoidPtrTy);
866 Args.add(RValue::get(BlockLiteral), getContext().VoidPtrTy);
947 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
1026 QualType selfTy = getContext().VoidPtrTy;
1188 ImplicitParamDecl dstDecl(0, SourceLocation(), 0, C.VoidPtrTy);
1190 ImplicitParamDecl srcDecl(0, SourceLocation(), 0, C.VoidPtrTy);
1290 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy);
1291 llvm::Value *dstAddr = Builder.CreateBitCast(dstField, VoidPtrTy);
1299 return llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy);
1307 ImplicitParamDecl srcDecl(0, SourceLocation(), 0, C.VoidPtrTy);
1407 value = Builder.CreateBitCast(value, VoidPtrTy);
1416 return llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy);
1431 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy);
1584 ImplicitParamDecl dst(0, SourceLocation(), 0, Context.VoidPtrTy);
1587 ImplicitParamDecl src(0, SourceLocation(), 0, Context.VoidPtrTy);
1657 ImplicitParamDecl src(0, SourceLocation(), 0, Context.VoidPtrTy);