Modulo
Multiplication
Addition
Substraction
Division
Is less than right
Logical left shift (w(T) = w(this) + shift)
Is equal or less than right
Is greater than right
Is equal or greater than right
Logical right shift (w(T) = w(this) - shift)
Return the maximum value between this and right
Return the maximum value between this and right
Return the minimum value between this and right
Return the minimum value between this and right
use allowPruning instead