Given operands for an Add, fold the result or return null.
Declared in <llvm/Analysis/InstructionSimplify.h>
Value*
simplifyAddInst(
Value* LHS,
Value* RHS,
bool IsNSW,
bool IsNUW,
SimplifyQuery const& Q);
LLVM Value Representation
| Name | Description |
|---|---|
| LHS | LLVM Value Representation |
| RHS | LLVM Value Representation |