llvm::ElementCount::multiplyCoefficientBy

Multiply the known-min coefficient by RHS, preserving fixed/scalable kind.

Synopsis

Declared in <llvm/Support/TypeSize.h>

constexpr
ElementCount
multiplyCoefficientBy(ScalarTy RHS) const;

Return Value

Quantity with the known-min coefficient multiplied by RHS.

Parameters

NameDescription
RHSScalar multiplier for the known-min coefficient.