Subtracts O from this value in place.

Synopsis

Declared in <llvm/ADT/DynamicAPInt.h>

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

Return Value

Reference to the current object

Parameters

Name

Description

O

The right operand

Created with MrDocs