Searched refs:FixedOrScalableQuantity (Results 1 – 1 of 1) sorted by relevance
96 constexpr FixedOrScalableQuantity() = default;256 hasKnownScalarFactor(const FixedOrScalableQuantity &RHS) const { in hasKnownScalarFactor()264 getKnownScalarFactor(const FixedOrScalableQuantity &RHS) const { in getKnownScalarFactor()287 : FixedOrScalableQuantity(MinVal, Scalable) {} in ElementCount()290 const FixedOrScalableQuantity<ElementCount, unsigned> &V) in ElementCount()291 : FixedOrScalableQuantity(V) {} in ElementCount()294 constexpr ElementCount() : FixedOrScalableQuantity() {} in ElementCount()320 TypeSize(const FixedOrScalableQuantity<TypeSize, uint64_t> &V) in TypeSize()321 : FixedOrScalableQuantity(V) {} in TypeSize()324 constexpr TypeSize() : FixedOrScalableQuantity(0, false) {} in TypeSize()[all …]