Bitwise‐OR M into this mask and return this.

Synopsis

Declared in <llvm/MC/LaneBitmask.h>

LaneBitmask&
operator|=(LaneBitmask M);

Return Value

This lane mask after the update.

Parameters

Name

Description

M

Lane mask whose set bits are added.

Created with MrDocs