Method Compare
Compare(IntPredicate, Value, Value)
Builds an Integer compare instruction
Declaration
public Value Compare(IntPredicate predicate, Value lhs, Value rhs)
Parameters
public Value Compare(IntPredicate predicate, Value lhs, Value rhs)
IntPredicate | predicate | Integer predicate for the comparison |
Value | lhs | Left hand side of the comparison |
Value | rhs | Right hand side of the comparison |
Returns
Value | Comparison instruction |
Compare(RealPredicate, Value, Value)
Builds a Floating point compare instruction
Declaration
public Value Compare(RealPredicate predicate, Value lhs, Value rhs)
Parameters
public Value Compare(RealPredicate predicate, Value lhs, Value rhs)
RealPredicate | predicate | predicate for the comparison |
Value | lhs | Left hand side of the comparison |
Value | rhs | Right hand side of the comparison |
Returns
Value | Comparison instruction |
Compare(Predicate, Value, Value)
Builds a compare instruction
Declaration
public Value Compare(Predicate predicate, Value lhs, Value rhs)
Parameters
public Value Compare(Predicate predicate, Value lhs, Value rhs)
Predicate | predicate | predicate for the comparison |
Value | lhs | Left hand side of the comparison |
Value | rhs | Right hand side of the comparison |
Returns
Value | Comparison instruction |