Multiply LHS by the scalar RHS in place, preserving its fixed/scalable kind.
Declared in <llvm/Support/TypeSize.h>
constexpr
ElementCount&
operator*=(
ElementCount& LHS,
ScalarTy RHS);
Reference to LHS after the multiplication.
| Name | Description |
|---|---|
| LHS | Quantity updated in place. |
| RHS | Scalar multiplier. |