Searched refs:MallocFunc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp570 FunctionCallee MallocFunc = MallocF; local
571 if (!MallocFunc)
573 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy);
578 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall",
585 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall");
594 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) {

Completed in 61 milliseconds