Subtracts O from this value in place.

Synopsis

Declared in <llvm/ADT/DynamicAPInt.h>

DynamicAPInt&
operator‐=(DynamicAPInt const& O);

Return Value

Reference to this value.

Parameters

Name

Description

O

Value to subtract.

Created with MrDocs