• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/

Lines Matching refs:CreateBitCast

649   llvm::Value *Ptr = Builder.CreateBitCast(This, Builder.getInt8PtrTy());
651 This = Builder.CreateBitCast(Ptr, This->getType(), "this.adjusted");
731 VirtualFn = Builder.CreateBitCast(VirtualFn, FTy->getPointerTo(),
740 {Builder.CreateBitCast(VFPAddr, CGF.Int8PtrTy), TypeId});
748 VirtualFn = CGF.Builder.CreateBitCast(VirtualFn, FTy->getPointerTo());
751 VFPAddr = CGF.Builder.CreateBitCast(
811 Builder.CreateBitCast(NonVirtualFn, CGF.Int8PtrTy);
864 return Builder.CreateBitCast(Addr, PType);
1258 CGF.Builder.CreateBitCast(Ptr.getPointer(), CGF.Int8PtrTy);
1455 Value = CGF.Builder.CreateBitCast(Value, CGM.Int8PtrTy);
1461 Value = CGF.Builder.CreateBitCast(Value, StdTypeInfoPtrTy->getPointerTo());
1499 Value = CGF.Builder.CreateBitCast(Value, DestLTy);
1552 return CGF.Builder.CreateBitCast(Value, DestLTy);
1579 CGF.Builder.CreateBitCast(VBaseOffsetPtr, CGF.Int32Ty->getPointerTo());
1583 VBaseOffsetPtr = CGF.Builder.CreateBitCast(VBaseOffsetPtr,
1897 VTable = CGF.Builder.CreateBitCast(VTable, CGM.Int8PtrTy);
1901 VFuncLoad = CGF.Builder.CreateBitCast(Load, Ty->getPointerTo());
1904 CGF.Builder.CreateBitCast(VTable, Ty->getPointerTo()->getPointerTo());
2051 CGF.Builder.CreateBitCast(OffsetPtr, CGF.Int32Ty->getPointerTo());
2059 CGF.Builder.CreateBitCast(OffsetPtr, PtrDiffTy->getPointerTo());
2078 return CGF.Builder.CreateBitCast(ResultPtr, InitialPtr.getType());
4298 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
4307 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.byref");
4321 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.casted");
4344 llvm::Value *Cast = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
4375 Address adjustedExn(CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy),
4389 Address adjustedExn(CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy),