Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateBitCast

102     V = Builder.CreateBitCast(V, Int8PtrTy);
105 V = Builder.CreateBitCast(V, ConvertType(Base)->getPointerTo());
130 ptr = CGF.Builder.CreateBitCast(ptr, CGF.Int8PtrTy);
180 return Builder.CreateBitCast(Value, BasePtrTy);
211 Value = Builder.CreateBitCast(Value, BasePtrTy);
245 return Builder.CreateBitCast(Value, DerivedPtrTy);
263 Value = Builder.CreateBitCast(Value, Int8PtrTy);
268 Value = Builder.CreateBitCast(Value, DerivedPtrTy);
619 llvm::Value *BaseAddrPtr = Builder.CreateBitCast(LHS.getAddress(),
831 DestPtr = CGF.Builder.CreateBitCast(DestPtr, DBP);
836 SrcPtr = CGF.Builder.CreateBitCast(SrcPtr, SBP);
1691 Src = Builder.CreateBitCast(Src, t);
1912 VTableField = Builder.CreateBitCast(VTableField, AddressPointPtrTy);
1996 llvm::Value *VTablePtrSrc = Builder.CreateBitCast(This, Ty->getPointerTo());