ΒΆbool getUnderlyingObjectsForCodeGen(
    const llvm::Value* V,
    SmallVectorImpl<llvm::Value*>& Objects)

Description

This is a wrapper around getUnderlyingObjects and adds support for basic ptrtoint+arithmetic+inttoptr sequences.

Declared at: llvm/include/llvm/Analysis/ValueTracking.h:413

Parameters

const llvm::Value* V
SmallVectorImpl<llvm::Value*>& Objects