Subtract RHS from LHS when both have compatible fixed/scalable kinds; asserts if the operands cannot be combined.
Declared in <llvm/Support/TypeSize.h>
constexpr
ElementCount
operator-(
ElementCount const& LHS,
ElementCount const& RHS);
Difference of LHS and RHS.
| Name | Description |
|---|---|
| LHS | Left-hand quantity. |
| RHS | Right-hand quantity. |