Lines Matching refs:VoidPtrTy
87 i8p = CGM.getTypes().ConvertType(C.VoidPtrTy); in buildBlockDescriptor()
309 std::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy); in initializeForBlockHeader()
324 llvm::Type *i8p = CGM.getTypes().ConvertType(C.VoidPtrTy); in initializeForBlockHeader()
387 QualType byRefPtrTy = C.VoidPtrTy; in computeBlockInfo()
710 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy); in EmitBlockLiteral()
719 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy); in EmitBlockLiteral()
815 src = Builder.CreateBitCast(src, VoidPtrTy); in EmitBlockLiteral()
946 VoidPtrTy, IntTy, IntTy, VoidPtrTy, in getGenericBlockLiteralType()
972 BlockLiteral = Builder.CreateBitCast(BlockLiteral, VoidPtrTy); in EmitBlockCallExpr()
976 Args.add(RValue::get(BlockLiteral), getContext().VoidPtrTy); in EmitBlockCallExpr()
1058 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy); in GetAddrOfGlobalBlock()
1135 QualType selfTy = getContext().VoidPtrTy; in GenerateBlockFunction()
1307 C.VoidPtrTy); in GenerateCopyHelperFunction()
1310 C.VoidPtrTy); in GenerateCopyHelperFunction()
1442 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy); in GenerateCopyHelperFunction()
1443 llvm::Value *dstAddr = Builder.CreateBitCast(dstField, VoidPtrTy); in GenerateCopyHelperFunction()
1468 return llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy); in GenerateCopyHelperFunction()
1484 C.VoidPtrTy); in GenerateDestroyHelperFunction()
1589 value = Builder.CreateBitCast(value, VoidPtrTy); in GenerateDestroyHelperFunction()
1598 return llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy); in GenerateDestroyHelperFunction()
1613 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy); in emitCopy()
1771 Context.VoidPtrTy); in generateByrefCopyHelper()
1775 Context.VoidPtrTy); in generateByrefCopyHelper()
1847 Context.VoidPtrTy); in generateByrefDisposeHelper()