If this is a call to a realloc function, return the reallocated operand.
Declared in <llvm/Analysis/MemoryBuiltins.h>
Value*
getReallocatedOperand(CallBase const* CB);
The reallocated operand, or nullptr if CB is not a realloc.
| Name | Description |
|---|---|
| CB | Call that may be a realloc-like function. |