ΒΆllvm::Value* SimplifySubInst(
    llvm::Value* LHS,
    llvm::Value* RHS,
    bool isNSW,
    bool isNUW,
    const llvm::SimplifyQuery& Q)

Description

Given operands for a Sub, fold the result or return null.

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

Parameters

llvm::Value* LHS
llvm::Value* RHS
bool isNSW
bool isNUW
const llvm::SimplifyQuery& Q