Home | History | Annotate | Download | only in Utils

Lines Matching refs:VoidPtrTy

358   Type *VoidPtrTy = Type::getInt8PtrTy(Context);
375 Type *Tys[3] = {VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context)};
379 Value *DestCast = new BitCastInst(NewAlloca, VoidPtrTy, "tmp", TheCall);
380 Value *SrcCast = new BitCastInst(Arg, VoidPtrTy, "tmp", TheCall);