Method Not
Not(Value)
Creates an integer logical not operator
Declaration
public Value Not(Value value)
public Value Not(Value value)
Parameters
Value | value | operand |
Returns
Remarks
LLVM IR doesn't actually have a logical not instruction so this is implemented as value XOR {one}