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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1549 // If this is a fixed size array, transform the Malloc to be an alloc of
1556 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, local
1559 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI);
1562 CI = dyn_cast<BitCastInst>(Malloc) ?
1563 extractMallocCallFromBitCast(Malloc) : cast<CallInst>(Malloc);
/external/llvm/lib/VMCore/
H A DCore.cpp1986 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), local
1989 return wrap(unwrap(B)->Insert(Malloc, Twine(Name)));
1997 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), local
2000 return wrap(unwrap(B)->Insert(Malloc, Twine(Name)));

Completed in 92 milliseconds