ΒΆbool canCoerceMustAliasedValueToLoad(
    llvm::Value* StoredVal,
    llvm::Type* LoadTy,
    const llvm::DataLayout& DL)

Description

Return true if CoerceAvailableValueToLoadType would succeed if it was called.

Declared at: llvm/include/llvm/Transforms/Utils/VNCoercion.h:37

Parameters

llvm::Value* StoredVal
llvm::Type* LoadTy
const llvm::DataLayout& DL