Return the saturated sum of L and R.

Synopsis

Declared in <llvm/Analysis/BlockFrequencyInfoImpl.h>

BlockMass
operator+(
    BlockMass L,
    BlockMass R);

Return Value

The saturated sum of L and R.

Parameters

Name

Description

L

Left‐hand mass.

R

Right‐hand mass.

Created with MrDocs