Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateBitCast

85   return Builder.CreateBitCast(result.getScalarVal(), 
203 return Builder.CreateBitCast(result.getScalarVal(),
245 return RValue::get(CGF.Builder.CreateBitCast(Result.getScalarVal(),
427 newSelf = Builder.CreateBitCast(newSelf, selfTy);
526 llvm::Value *dest = CGF.Builder.CreateBitCast(CGF.ReturnValue, CGF.VoidPtrTy);
529 src = CGF.Builder.CreateBitCast(src, CGF.VoidPtrTy);
796 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy);
856 ivarAddr = Builder.CreateBitCast(ivarAddr, bitcastType);
864 Builder.CreateStore(load, Builder.CreateBitCast(ReturnValue, bitcastType));
884 llvm::Value *self = Builder.CreateBitCast(LoadObjCSelf(), VoidPtrTy);
905 RV = RValue::get(Builder.CreateBitCast(RV.getScalarVal(),
956 value = Builder.CreateBitCast(value, ConvertType(propType));
957 value = Builder.CreateBitCast(value,
984 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy);
992 argAddr = CGF.Builder.CreateBitCast(argAddr, CGF.Int8PtrTy);
1030 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy);
1038 argAddr = CGF.Builder.CreateBitCast(argAddr, CGF.Int8PtrTy);
1128 argAddr = Builder.CreateBitCast(argAddr, bitcastType);
1129 ivarAddr = Builder.CreateBitCast(ivarAddr, bitcastType);
1170 Builder.CreateBitCast(LoadObjCSelf(), VoidPtrTy);
1174 arg = Builder.CreateBitCast(Builder.CreateLoad(arg, "arg"), VoidPtrTy);
1377 Builder.CreateBitCast(LoadObjCSelf(), Types.ConvertType(IdTy));
1557 Builder.CreateBitCast(Collection,
1610 CurrentItem = Builder.CreateBitCast(CurrentItem, convertedElementType,
1796 value = CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy);
1804 return CGF.Builder.CreateBitCast(call, origType);
1821 addr = CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy);
1828 result = CGF.Builder.CreateBitCast(result,
1856 CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy),
1857 CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy)
1863 return CGF.Builder.CreateBitCast(result, origType);
1884 CGF.Builder.CreateBitCast(dst, CGF.Int8PtrPtrTy),
1885 CGF.Builder.CreateBitCast(src, CGF.Int8PtrPtrTy)
2002 value = Builder.CreateBitCast(value, Int8PtrTy);
2054 Builder.CreateBitCast(addr, Int8PtrPtrTy),
2055 Builder.CreateBitCast(value, Int8PtrTy)
2140 value = Builder.CreateBitCast(value, Int8PtrTy);
2143 return Builder.CreateBitCast(value, origType);
2211 addr = Builder.CreateBitCast(addr, Int8PtrPtrTy);
2571 value = CGF.Builder.CreateBitCast(value, resultType);
2594 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType);
2619 result = CGF.Builder.CreateBitCast(result, resultType);
2628 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType);
2636 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType);
2659 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType);
2668 value = CGF.Builder.CreateBitCast(value, resultType);
2681 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType);
2847 object = Builder.CreateBitCast(object, VoidPtrTy);