Return true if the given assume operand bundle implies that Val is non-null.
Declared in <llvm/IR/BundleAttributes.h>
bool
assumeBundleImpliesNonNull(
Value const* Val,
Function const* Context,
OperandBundleUse OBU);
True if OBU implies that Val is non-null.
| Name | Description |
|---|---|
| Val | Value that may be proven non-null by the bundle. |
| Context | Function providing null-pointer address-space rules. |
| OBU | Assume operand bundle to interpret. |