Table of Contents

Method Not

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

Not(Value)

Creates an integer logical not operator

public Value Not(Value value)

Parameters

value Value

operand

Returns

Value

Value for the instruction

Remarks

LLVM IR doesn't actually have a logical not instruction so this is implemented as value XOR {one}