Non-const overload of getUnderlyingObject.
Declared in <llvm/Analysis/ValueTracking.h>
Value*
getUnderlyingObject(
Value* V,
unsigned int MaxLookup = MaxLookupSearchDepth);
Underlying object addressed by V.
| Name | Description |
|---|---|
| V | Pointer value to strip to an underlying object. |
| MaxLookup | Maximum number of stripping steps, or zero for unlimited. |