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

Description

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

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

Parameters

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