Searched refs:MallocFunc (Results 1 – 1 of 1) sorted by relevance
818 FunctionCallee MallocFunc = MallocF; in createMalloc() local819 if (!MallocFunc) in createMalloc()821 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in createMalloc()826 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall", in createMalloc()833 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall"); in createMalloc()842 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) { in createMalloc()