Table of Contents

Method SubWithOverflow

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

SubWithOverflow(Value, Value, bool)

Generates a call to the llvm.[s|u]sub.with.overflow intrinsic

public Value SubWithOverflow(Value lhs, Value rhs, bool signed)

Parameters

lhs Value

Left hand side of the operation

rhs Value

Right hand side of the operation

signed bool

Flag to indicate if the operation is signed true or unsigned false

Returns

Value

Instruction as a Value