Return true if CoerceAvailableValueToLoadType would succeed if it was called.
Declared in <llvm/Transforms/Utils/VNCoercion.h>
bool
canCoerceMustAliasedValueToLoad(
Value* StoredVal,
Type* LoadTy,
Function* F);
True if coerceAvailableValueToLoadType would succeed.
| Name | Description |
|---|---|
| StoredVal | Value that was stored to memory. |
| LoadTy | Type of the load that would consume the coerced value. |
| F | Function providing context for the coercion. |