Return true if this node ID and RHS have different profile bits.
Declared in <llvm/ADT/FoldingSet.h>
Return true if this node ID and RHS have different profile bits.
bool
operator!=(FoldingSetNodeID const& RHS) const;
» more...
Return true if this node ID and RHS have different profile bits.
bool
operator!=(FoldingSetNodeIDRef const RHS) const;
» more...
RHS have different profile bits.| Name | Description |
|---|---|
| RHS | Other node ID to compare against. |