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