llvm::getReallocatedOperand

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

Synopsis

Declared in <llvm/Analysis/MemoryBuiltins.h>

Value*
getReallocatedOperand(CallBase const* CB);

Return Value

LLVM Value Representation

Parameters

NameDescription
CBBase class for all callable instructions (InvokeInst and CallInst) Holds everything related to calling a function.