Home
last modified time | relevance | path

Searched refs:getMallocType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h90 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp240 PointerType *llvm::getMallocType(const CallInst *CI, in getMallocType() function in llvm
274 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType()