Searched refs:MallocFunc (Results 1 – 1 of 1) sorted by relevance
672 FunctionCallee MallocFunc = MallocF; in createMalloc() local673 if (!MallocFunc) in createMalloc()675 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in createMalloc()680 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall", in createMalloc()687 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall"); in createMalloc()696 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) { in createMalloc()