Create an nsw add instruction.
Declared in <llvm/IR/IRBuilder.h>
Value*
CreateNSWAdd(
Value* LHS,
Value* RHS,
Twine const& Name = "");
The created nsw add instruction.
| Name | Description |
|---|---|
| LHS | Left-hand side operand. |
| RHS | Right-hand side operand. |
| Name | Name of the new instruction or value. |