Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateBitCast

796         src = Builder.CreateBitCast(src, VoidPtrTy);
872 Builder.CreateBitCast(blockAddr,
944 Builder.CreateBitCast(Callee, BlockLiteralTy, "block.literal");
949 BlockLiteral = Builder.CreateBitCast(BlockLiteral, VoidPtrTy);
972 Func = Builder.CreateBitCast(Func, BlockFTyPtr);
997 addr = Builder.CreateBitCast(addr, byrefPointerType,
1005 addr = Builder.CreateBitCast(addr, byrefPointerType);
1145 BlockPointer = Builder.CreateBitCast(blockAddr,
1318 src = Builder.CreateBitCast(src, structPtrTy, "block.source");
1322 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest");
1416 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy);
1417 llvm::Value *dstAddr = Builder.CreateBitCast(dstField, VoidPtrTy);
1489 src = Builder.CreateBitCast(src, structPtrTy, "block");
1562 value = Builder.CreateBitCast(value, VoidPtrTy);
1586 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy);
1588 srcField = CGF.Builder.CreateBitCast(srcField, CGF.VoidPtrPtrTy);
1601 field = CGF.Builder.CreateBitCast(field, CGF.Int8PtrTy->getPointerTo(0));
1781 destField = CGF.Builder.CreateBitCast(destField, byrefPtrType);
1787 srcField = CGF.Builder.CreateBitCast(srcField, byrefPtrType);
1848 V = CGF.Builder.CreateBitCast(V, byrefType.getPointerTo(0));
2204 Builder.CreateBitCast(V, Int8PtrTy),