Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateBitCast

88     Address BitCast = Builder.CreateBitCast(Temporary, ConvertType(ArgQT));
99 llvm::Value *Cast = Builder.CreateBitCast(GV, ConvertType(EncodingQT));
109 return Builder.CreateBitCast(result.getScalarVal(),
221 return Builder.CreateBitCast(result.getScalarVal(),
262 return RValue::get(CGF.Builder.CreateBitCast(Result.getScalarVal(),
479 newSelf = Builder.CreateBitCast(newSelf, selfTy);
581 Address dest = CGF.Builder.CreateBitCast(CGF.ReturnValue, CGF.VoidPtrTy);
584 src = CGF.Builder.CreateBitCast(src, CGF.VoidPtrTy);
849 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy);
906 ivarAddr = Builder.CreateBitCast(ivarAddr, bitcastType);
922 Builder.CreateBitCast(ReturnValue, bitcastType));
942 llvm::Value *self = Builder.CreateBitCast(LoadObjCSelf(), VoidPtrTy);
966 RV = RValue::get(Builder.CreateBitCast(
1021 value = Builder.CreateBitCast(
1048 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy);
1056 argAddr = CGF.Builder.CreateBitCast(argAddr, CGF.Int8PtrTy);
1092 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy);
1100 argAddr = CGF.Builder.CreateBitCast(argAddr, CGF.Int8PtrTy);
1226 Builder.CreateBitCast(LoadObjCSelf(), VoidPtrTy);
1231 arg = Builder.CreateBitCast(arg, VoidPtrTy);
1427 Builder.CreateBitCast(LoadObjCSelf(), Types.ConvertType(IdTy));
1603 Builder.CreateBitCast(Collection,
1656 CurrentItem = Builder.CreateBitCast(CurrentItem, convertedElementType,
1836 value = CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy);
1844 return CGF.Builder.CreateBitCast(call, origType);
1861 addr = CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy);
1868 result = CGF.Builder.CreateBitCast(result, origType);
1894 CGF.Builder.CreateBitCast(addr.getPointer(), CGF.Int8PtrPtrTy),
1895 CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy)
1901 return CGF.Builder.CreateBitCast(result, origType);
1922 CGF.Builder.CreateBitCast(dst.getPointer(), CGF.Int8PtrPtrTy),
1923 CGF.Builder.CreateBitCast(src.getPointer(), CGF.Int8PtrPtrTy)
2059 value = Builder.CreateBitCast(value, Int8PtrTy);
2107 Builder.CreateBitCast
2108 Builder.CreateBitCast(value, Int8PtrTy)
2193 value = Builder.CreateBitCast(value, Int8PtrTy);
2196 return Builder.CreateBitCast(value, origType);
2264 addr = Builder.CreateBitCast(addr, Int8PtrPtrTy);
2832 value = CGF.Builder.CreateBitCast(value, resultType);
3000 return CGF.Builder.CreateBitCast(value, resultType);
3156 object = Builder.CreateBitCast(object, VoidPtrTy);