ΒΆllvm::Value* simplifyFAddInst(
    llvm::Value* LHS,
    llvm::Value* RHS,
    llvm::FastMathFlags FMF,
    const llvm::SimplifyQuery& Q,
    fp::ExceptionBehavior ExBehavior =
        fp::ebIgnore,
    llvm::RoundingMode Rounding =
        RoundingMode::NearestTiesToEven)

Description

Given operands for an FAdd, fold the result or return null.

Declared at: llvm/include/llvm/Analysis/InstructionSimplify.h:159

Parameters

llvm::Value* LHS
llvm::Value* RHS
llvm::FastMathFlags FMF
const llvm::SimplifyQuery& Q
fp::ExceptionBehavior ExBehavior = fp::ebIgnore
llvm::RoundingMode Rounding = RoundingMode::NearestTiesToEven