Lines Matching refs:CreateBitCast
822 byrefPointer = Builder.CreateBitCast(src.getPointer(), VoidPtrTy);
897 Builder.CreateBitCast(blockAddr.getPointer(),
968 Builder.CreateBitCast(Callee, BlockLiteralTy, "block.literal");
974 BlockLiteral = Builder.CreateBitCast(BlockLiteral, VoidPtrTy);
996 Func = Builder.CreateBitCast(Func, BlockFTyPtr);
1022 addr = Builder.CreateBitCast(addr, byrefPointerType, "byref.addr");
1128 BlockPointer = Builder.CreateBitCast(arg,
1366 src = Builder.CreateBitCast(src, structPtrTy, "block.source");
1370 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest");
1464 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy);
1466 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy);
1541 src = Builder.CreateBitCast(src, structPtrTy, "block");
1617 value = Builder.CreateBitCast(value, VoidPtrTy);
1641 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy);
1643 srcField = CGF.Builder.CreateBitCast(srcField, CGF.VoidPtrPtrTy);
1656 field = CGF.Builder.CreateBitCast(field, CGF.Int8PtrTy->getPointerTo(0));
1828 destField = CGF.Builder.CreateBitCast(destField, byrefPtrType);
1836 srcField = CGF.Builder.CreateBitCast(srcField, byrefPtrType);
1899 addr = CGF.Builder.CreateBitCast(addr, byrefPtrType);
2255 Builder.CreateBitCast(V, Int8PtrTy),