This is a wrapper around getUnderlyingObjects and adds support for basic ptrtoint+arithmetic+inttoptr sequences.
Declared in <llvm/Analysis/ValueTracking.h>
bool
getUnderlyingObjectsForCodeGen(
Value const* V,
SmallVectorImpl<Value*>& Objects);
| Name | Description |
|---|---|
| V | LLVM Value Representation |
| Objects | This class consists of common code factored out of the SmallVector class to reduce code duplication based on the SmallVector 'N' template parameter. |