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

Synopsis

Declared in <llvm/Support/TypeSize.h>

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

Return Value

LHS scaled by RHS.

Parameters

Name

Description

LHS

Quantity to scale.

RHS

Scalar multiplier.

Created with MrDocs