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
ElementCount
operator-(
    ElementCount const& LHS,
    ElementCount const& RHS);

Return Value

Difference of LHS and RHS.

Parameters

NameDescription
LHSLeft-hand quantity.
RHSRight-hand quantity.