Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h133 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp356 PointerType *llvm::getMallocType(const CallInst *CI, in getMallocType() function in llvm
390 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType()