Searched refs:MallocFunc (Results 1 – 1 of 1) sorted by relevance
678 FunctionCallee MallocFunc = MallocF; in createMalloc() local679 if (!MallocFunc) in createMalloc()681 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in createMalloc()686 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall", in createMalloc()693 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall"); in createMalloc()702 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) { in createMalloc()