Home | History | Annotate | Download | only in IR

Lines Matching full:freefunc

494   Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL);
500 Result = CallInst::Create(FreeFunc, PtrCast, "", InsertBefore);
504 Result = CallInst::Create(FreeFunc, PtrCast, "");
507 if (Function *F = dyn_cast<Function>(FreeFunc))