|
LLVM 22.0.0git
|
#include "llvm/Transforms/Vectorize/SandboxVectorizer/VecUtils.h"
Static Public Member Functions | |
| static SmallVector< sandboxir::Value * > | getEmptyKey () |
| static SmallVector< sandboxir::Value * > | getTombstoneKey () |
| static unsigned | getHashValue (const SmallVector< sandboxir::Value * > &Vec) |
| static bool | isEqual (const SmallVector< sandboxir::Value * > &Vec1, const SmallVector< sandboxir::Value * > &Vec2) |
Traits for DenseMap.
Definition at line 23 of file VecUtils.h.
|
inlinestatic |
Definition at line 24 of file VecUtils.h.
References llvm::SmallVector.
|
inlinestatic |
Definition at line 30 of file VecUtils.h.
References llvm::hash_combine_range().
|
inlinestatic |
Definition at line 27 of file VecUtils.h.
References llvm::SmallVector.
|
inlinestatic |
Definition at line 33 of file VecUtils.h.