Home
last modified time | relevance | path

Searched defs:extractMallocCall (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h95 inline CallInst *extractMallocCall(Value *I, const TargetLibraryInfo *TLI) { in extractMallocCall() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp270 const CallInst *llvm::extractMallocCall(const Value *I, in extractMallocCall() function in llvm