Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h146 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp354 Type *T = getMallocAllocatedType(CI, TLI); in computeArraySize()
408 Type *llvm::getMallocAllocatedType(const CallInst *CI, in getMallocAllocatedType() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1117 Type *MallocType = getMallocAllocatedType(CI, TLI); in optimizeOnceStoredGlobal()