LLVM 22.0.0git
|
#include "llvm/Support/TypeSize.h"
Static Public Member Functions | |
static ElementCount | getEmptyKey () |
static ElementCount | getTombstoneKey () |
static unsigned | getHashValue (const ElementCount &EltCnt) |
static bool | isEqual (const ElementCount &LHS, const ElementCount &RHS) |
Definition at line 429 of file TypeSize.h.
|
inlinestatic |
Definition at line 430 of file TypeSize.h.
References llvm::ElementCount::getScalable().
|
inlinestatic |
Definition at line 436 of file TypeSize.h.
References llvm::details::FixedOrScalableQuantity< LeafTy, ValueTy >::getKnownMinValue(), and llvm::details::FixedOrScalableQuantity< LeafTy, ValueTy >::isScalable().
|
inlinestatic |
Definition at line 433 of file TypeSize.h.
References llvm::ElementCount::getFixed().
|
inlinestatic |
Definition at line 443 of file TypeSize.h.