ΒΆbool isNoAliasFn(
const llvm::Value* V,
const llvm::TargetLibraryInfo* TLI,
bool LookThroughBitCast = false)
bool isNoAliasFn(
const llvm::Value* V,
const llvm::TargetLibraryInfo* TLI,
bool LookThroughBitCast = false)
Description
Tests if a value is a call or invoke to a function that returns a NoAlias pointer (including malloc/calloc/realloc/strdup-like functions).
Declared at: llvm/include/llvm/Analysis/MemoryBuiltins.h:67
Parameters
- const llvm::Value* V
- const llvm::TargetLibraryInfo* TLI
- bool LookThroughBitCast = false