HomeSort by: relevance | last modified time | path
    Searched refs:MallocType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp 381 PointerType *MallocType = nullptr;
387 MallocType = cast<PointerType>(BCI->getDestTy());
393 return MallocType;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 1117 Type *MallocType = getMallocAllocatedType(CI, TLI);
1118 if (MallocType && tryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType,

Completed in 16 milliseconds