Return true if the return value is known non-null.
Declared in <llvm/IR/InstrTypes.h>
bool
isReturnNonNull() const;
Return true if the return value is known to be not null. This may be because it has the nonnull attribute, or because at least one byte is dereferenceable and the pointer is in addrspace(0).
True if the return cannot be null.