|
| static SmallVector< Value > | getEmptyKey () |
| |
| static SmallVector< Value > | getTombstoneKey () |
| |
| static unsigned | getHashValue (const SmallVector< Value > &inputs) |
| |
| static bool | isEqual (const SmallVector< Value > &lhs, const SmallVector< Value > &rhs) |
| |
Definition at line 726 of file ArcCanonicalizer.cpp.
◆ getEmptyKey()
◆ getHashValue()
| static unsigned llvm::DenseMapInfo< SmallVector< Value > >::getHashValue |
( |
const SmallVector< Value > & |
inputs | ) |
|
|
inlinestatic |
◆ getTombstoneKey()
| static SmallVector< Value > llvm::DenseMapInfo< SmallVector< Value > >::getTombstoneKey |
( |
| ) |
|
|
inlinestatic |
◆ isEqual()
| static bool llvm::DenseMapInfo< SmallVector< Value > >::isEqual |
( |
const SmallVector< Value > & |
lhs, |
|
|
const SmallVector< Value > & |
rhs |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: