Method Not
Not(Value)
Creates an integer logical not operator
Declaration
public Value Not(Value value)
Parameters
public Value Not(Value value)
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}