Bitwise disjunction assignment operator

Synopsis

Declared in <llvm/MC/LaneBitmask.h>

LaneBitmask&
operator|=(LaneBitmask M);

Return Value

Reference to the current object

Parameters

Name

Description

M

The right operand

Created with MrDocs