llvm::IntegerStateBase::operator+=

"Clamp" this state with R. The result is subtype dependent but it is intended that information known in either state will be known in this one afterwards.

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

void
operator+=(IntegerStateBase<base_t, BestState, WorstState> const& R);

Return Value

The computed result.

Parameters

NameDescription
RThe other operand or state.