Table of Contents

Method UDiv

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

UDiv(Value, Value)

Creates an integer unsigned division operator

public Value UDiv(Value lhs, Value rhs)

Parameters

lhs Value

left hand side operand

rhs Value

right hand side operand

Returns

Value

Value for the instruction