If this is a call to a realloc function, return the reallocated operand.
Declared in <llvm/Analysis/MemoryBuiltins.h>
Value*
getReallocatedOperand(CallBase const* CB);
LLVM Value Representation
| Name | Description |
|---|---|
| CB | Base class for all callable instructions (InvokeInst and CallInst) Holds everything related to calling a function. |