ΒΆllvm::Constant* ConstantFoldLoadFromConstPtr(
    llvm::Constant* C,
    llvm::Type* Ty,
    const llvm::DataLayout& DL)

Description

Return the value that a load from C would produce if it is constant and determinable. If this is not determinable, return null.

Declared at: llvm/include/llvm/Analysis/ConstantFolding.h:164

Parameters

llvm::Constant* C
llvm::Type* Ty
const llvm::DataLayout& DL