ΒΆbool isReallocLikeFn(
const llvm::Value* V,
const llvm::TargetLibraryInfo* TLI,
bool LookThroughBitCast = false)
bool isReallocLikeFn(
const llvm::Value* V,
const llvm::TargetLibraryInfo* TLI,
bool LookThroughBitCast = false)
Description
Tests if a value is a call or invoke to a library function that reallocates memory (e.g., realloc).
Declared at: llvm/include/llvm/Analysis/MemoryBuiltins.h:95
Parameters
- const llvm::Value* V
- const llvm::TargetLibraryInfo* TLI
- bool LookThroughBitCast = false