Subtract (in‐place) with other MemoryEffectsBase.

Synopsis

Declared in <llvm/Support/ModRef.h>

MemoryEffectsBase&
operator‐=(MemoryEffectsBase Other);

Return Value

A reference to this MemoryEffectsBase.

Parameters

Name

Description

Other

Effects to clear from this set.

Created with MrDocs