Union the value-based flags of LHS and RHS.
Declared in <llvm/IR/FMF.h>
static
FastMathFlags
unionValue(
FastMathFlags LHS,
FastMathFlags RHS);
The value-based flags present in either LHS or RHS.
| Name | Description |
|---|---|
| LHS | The first set of flags. |
| RHS | The second set of flags. |