llvm::FoldingSetNodeID::operator!=

Return true if this node ID and RHS have different profile bits.

Synopses

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...

Return Value

  • True if the IDs have different profile bits.
  • True if this ID and RHS have different profile bits.

Parameters

NameDescription
RHSOther node ID to compare against.