ΒΆllvm::Constant* ConstantFoldFPInstOperands(
    unsigned int Opcode,
    llvm::Constant* LHS,
    llvm::Constant* RHS,
    const llvm::DataLayout& DL,
    const llvm::Instruction* I)

Description

Attempt to constant fold a floating point binary operation with the specified operands, applying the denormal handling mod to the operands. If it fails, it returns a constant expression of the specified operands.

Declared at: llvm/include/llvm/Analysis/ConstantFolding.h:93

Parameters

unsigned int Opcode
llvm::Constant* LHS
llvm::Constant* RHS
const llvm::DataLayout& DL
const llvm::Instruction* I