ΒΆllvm::Value* getReallocatedOperand(
    const llvm::CallBase* CB,
    const llvm::TargetLibraryInfo* TLI)

Description

If this is a call to a realloc function, return the reallocated operand.

Declared at: llvm/include/llvm/Analysis/MemoryBuiltins.h:72

Parameters

const llvm::CallBase* CB
const llvm::TargetLibraryInfo* TLI