Return true if MRI indicates any memory modification or reference.

Synopsis

Declared in <llvm/Support/ModRef.h>

[[nodiscard]]
bool
isModOrRefSet(ModRefInfo const MRI);

Return Value

True if MRI indicates any memory modification or reference.

Note

The return value should not be discarded.

Parameters

Name

Description

MRI

Mod/ref flags to test.

Created with MrDocs