Uses of Class
org.robovm.compiler.llvm.Fcmp.Condition
| Package | Description |
|---|---|
| org.robovm.compiler.llvm |
-
Uses of Fcmp.Condition in org.robovm.compiler.llvm
Methods in org.robovm.compiler.llvm that return Fcmp.Condition Modifier and Type Method Description static Fcmp.ConditionFcmp.Condition. valueOf(String name)Returns the enum constant of this type with the specified name.static Fcmp.Condition[]Fcmp.Condition. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.robovm.compiler.llvm with parameters of type Fcmp.Condition Constructor Description Fcmp(Variable result, Fcmp.Condition cond, Value op1, Value op2)