Return the bitwise OR of this bitset and RHS.

Synopsis

Declared in <llvm/TargetParser/SubtargetFeature.h>

constexpr
FeatureBitset
operator|(FeatureBitset const& RHS) const;

Return Value

New bitset that is the bitwise OR of this and RHS.

Parameters

Name

Description

RHS

Bitset to OR with.

Created with MrDocs