Method SubWithOverflow
SubWithOverflow(Value, Value, Boolean)
Generates a call to the llvm.[s|u]sub.with.overflow intrinsic
Declaration
public Value SubWithOverflow(Value lhs, Value rhs, bool signed)
Parameters
public Value SubWithOverflow(Value lhs, Value rhs, bool signed)
Value | lhs | Left hand side of the operation |
Value | rhs | Right hand side of the operation |
Boolean | signed | Flag to indicate if the operation is signed true or unsigned false |
Returns
Value | Instruction as a Value |