Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp136 PointerType *llvm::getMallocType(const CallInst *CI) { in getMallocType() function in llvm
168 PointerType *PT = getMallocType(CI); in getMallocAllocatedType()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryBuiltins.h54 PointerType *getMallocType(const CallInst *CI);
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h85 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp250 PointerType *llvm::getMallocType(const CallInst *CI, in getMallocType() function in llvm
284 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType()