Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateBitCast

800         src = Builder.CreateBitCast(src, VoidPtrTy);
875 Builder.CreateBitCast(blockAddr,
947 Builder.CreateBitCast(Callee, BlockLiteralTy, "block.literal");
952 BlockLiteral = Builder.CreateBitCast(BlockLiteral, VoidPtrTy);
975 Func = Builder.CreateBitCast(Func, BlockFTyPtr);
1000 addr = Builder.CreateBitCast(addr, byrefPointerType,
1008 addr = Builder.CreateBitCast(addr, byrefPointerType);
1153 BlockPointer = Builder.CreateBitCast(blockAddr,
1325 src = Builder.CreateBitCast(src, structPtrTy, "block.source");
1329 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest");
1424 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy);
1425 llvm::Value *dstAddr = Builder.CreateBitCast(dstField, VoidPtrTy);
1501 src = Builder.CreateBitCast(src, structPtrTy, "block");
1575 value = Builder.CreateBitCast(value, VoidPtrTy);
1599 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy);
1601 srcField = CGF.Builder.CreateBitCast(srcField, CGF.VoidPtrPtrTy);
1614 field = CGF.Builder.CreateBitCast(field, CGF.Int8PtrTy->getPointerTo(0));
1796 destField = CGF.Builder.CreateBitCast(destField, byrefPtrType);
1802 srcField = CGF.Builder.CreateBitCast(srcField, byrefPtrType);
1866 V = CGF.Builder.CreateBitCast(V, byrefType.getPointerTo(0));
2222 Builder.CreateBitCast(V, Int8PtrTy),