Searched refs:MallocFunc (Results 1 – 1 of 1) sorted by relevance
710 FunctionCallee MallocFunc = MallocF; in createMalloc() local711 if (!MallocFunc) in createMalloc()713 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in createMalloc()718 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall", in createMalloc()725 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall"); in createMalloc()734 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) { in createMalloc()