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

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp400 Value *MallocFunc = MallocF; local
401 if (!MallocFunc)
403 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, NULL);
408 MCall = CallInst::Create(MallocFunc, AllocSize, "malloccall", InsertBefore);
414 MCall = CallInst::Create(MallocFunc, AllocSize, "malloccall");
423 if (Function *F = dyn_cast<Function>(MallocFunc)) {

Completed in 169 milliseconds