Home | History | Annotate | Download | only in Utils

Lines Matching refs:CreateBitCast

336   Value *DstCast = builder.CreateBitCast(Dst, VoidPtrTy, "tmp");
337 Value *SrcCast = builder.CreateBitCast(Src, VoidPtrTy, "tmp");
832 Builder.CreateRet(Builder.CreateBitCast(ReturnedMustTail, NewRetTy));