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

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp261 PointerType *MallocType = nullptr; local
268 MallocType = cast<PointerType>(BCI->getDestTy());
274 return MallocType;
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1586 Type *MallocType = getMallocAllocatedType(CI, TLI); local
1587 if (MallocType &&
1588 TryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, Ordering, GVI,

Completed in 95 milliseconds