llvm::FastMathFlags::unionValue

Union the value-based flags of LHS and RHS.

Synopsis

Declared in <llvm/IR/FMF.h>

static
FastMathFlags
unionValue(
    FastMathFlags LHS,
    FastMathFlags RHS);

Return Value

The value-based flags present in either LHS or RHS.

Parameters

NameDescription
LHSThe first set of flags.
RHSThe second set of flags.