llvm::details::operator-=

Subtract RHS from LHS when both have compatible fixed/scalable kinds; asserts if the operands cannot be combined.

Synopsis

Declared in <llvm/Support/TypeSize.h>

constexpr
TypeSize&
operator-=(
    TypeSize& LHS,
    TypeSize const& RHS);

Return Value

Reference to LHS after the subtraction.

Parameters

NameDescription
LHSQuantity updated in place.
RHSQuantity subtracted from LHS.