Non‐const overload of getUnderlyingObject.

Synopsis

Declared in <llvm/Analysis/ValueTracking.h>

Value*
getUnderlyingObject(
    Value* V,
    unsigned int MaxLookup = MaxLookupSearchDepth);

Return Value

Underlying object addressed by V.

Parameters

Name

Description

V

Pointer value to strip to an underlying object.

MaxLookup

Maximum number of stripping steps, or zero for unlimited.

Created with MrDocs