Compare two arbitrary-precision floating-point values for ordering.
Declared in <llvm/Transforms/Utils/FunctionComparator.h>
int
cmpAPFloats(
APFloat const& L,
APFloat const& R) const;
Negative if L is less than R, zero if equal, positive if greater.
| Name | Description |
|---|---|
| L | Left-hand floating-point value. |
| R | Right-hand floating-point value. |