llvm::details::operator*=

Multiply LHS by the scalar RHS in place, preserving its fixed/scalable kind.

Synopsis

Declared in <llvm/Support/TypeSize.h>

constexpr
ElementCount&
operator*=(
    ElementCount& LHS,
    ScalarTy RHS);

Return Value

Reference to LHS after the multiplication.

Parameters

NameDescription
LHSQuantity updated in place.
RHSScalar multiplier.