ΒΆllvm::Constant* getInitialValueForObj(
    llvm::Value& Obj,
    llvm::Type& Ty,
    const llvm::TargetLibraryInfo* TLI)

Description

Return the initial value of \p Obj with type \p Ty if that is a constant.

Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:213

Parameters

llvm::Value& Obj
llvm::Type& Ty
const llvm::TargetLibraryInfo* TLI