Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateBitCast

550   llvm::Value *Ptr = Builder.CreateBitCast(This, Builder.getInt8PtrTy());
552 This = Builder.CreateBitCast(Ptr, This->getType(), "this.adjusted");
588 VTable = Builder.CreateBitCast(VTable, FTy->getPointerTo()->getPointerTo());
628 return Builder.CreateBitCast(Addr, PType);
1020 CGF.Builder.CreateBitCast(Ptr.getPointer(), CGF.Int8PtrTy);
1249 Value = CGF.Builder.CreateBitCast(Value, DestLTy);
1293 return CGF.Builder.CreateBitCast(Value, DestLTy);
1316 VBaseOffsetPtr = CGF.Builder.CreateBitCast(VBaseOffsetPtr,
1677 OffsetPtr = CGF.Builder.CreateBitCast(OffsetPtr, PtrDiffTy->getPointerTo());
1697 return CGF.Builder.CreateBitCast(ResultPtr, InitialPtr.getType());
3658 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
3667 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.byref");
3681 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.casted");
3704 llvm::Value *Cast = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
3735 Address adjustedExn(CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy),
3747 Address adjustedExn(CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy),