Return the union of flag sets LHS and RHS.
Synopsis
Declared in <llvm/CodeGen/SelectionDAGNodes.h>
SDNodeFlags
operator|(
SDNodeFlags LHS,
SDNodeFlags RHS);
Return Value
Bitwise OR of the flag sets.
Parameters
Name |
Description |
LHS |
Left‐hand flags. |
RHS |
Right‐hand flags. |
Created with MrDocs