Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp419 Value *MallocFunc = MallocF; in createMalloc() local
420 if (!MallocFunc) in createMalloc()
422 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, nullptr); in createMalloc()
427 MCall = CallInst::Create(MallocFunc, AllocSize, "malloccall", InsertBefore); in createMalloc()
433 MCall = CallInst::Create(MallocFunc, AllocSize, "malloccall"); in createMalloc()
442 if (Function *F = dyn_cast<Function>(MallocFunc)) { in createMalloc()