Return whether MRI indicates neither modification nor reference.
MRI
Declared in <llvm/Support/ModRef.h>
<llvm/Support/ModRef.h>
[[nodiscard]] bool isNoModRef(ModRefInfo const MRI);
True if MRI indicates neither modification nor reference.
The return value should not be discarded.