Default implementations for FoldingSetTrait operations on type T.
Synopsis
Declared in <llvm/ADT/FoldingSet.h>
template<typename T>
struct DefaultFoldingSetTrait;
Types
Name |
Description |
Empty marker type when no folding‐set context is stored. |
Static Member Functions
Name |
Description |
Compute a hash value for |
|
Return whether |
|
Gather the unique data bits of |
Derived Classes
Name |
Description |
FoldingSetTrait specialization for SCEV using interned FastID. |
|
Trait that defines how to profile an object of type |
|
Specialize FoldingSetTrait for SDVTListNode to avoid computing temp FoldingSetNodeID and hash value. |
|
FoldingSetTrait specialization for SCEVPredicate using interned FastID. |
Created with MrDocs