Return a bitset with every bit inverted.

Synopsis

Declared in <llvm/TargetParser/SubtargetFeature.h>

constexpr
FeatureBitset
operator~() const;

Return Value

New bitset that is the bitwise complement of this one.

Created with MrDocs