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
Valueoperand
Returns
Remarks
LLVM IR doesn't actually have a logical not instruction so this is implemented as value XOR {one}