Method AddWithOverflow
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
AddWithOverflow(Value, Value, bool)
Generates a call to the llvm.[s|u]add.with.overflow intrinsic
public Value AddWithOverflow(Value lhs, Value rhs, bool signed)
Parameters
lhsValueLeft hand side of the operation
rhsValueRight hand side of the operation
signedboolFlag to indicate if the operation is signed true or unsigned false