Utilities that map floating‐point compares to FP class tests over IR or MIR.

Synopsis

Declared in <llvm/IR/GenericFloatingPointPredicateUtils.h>

template<typename ContextT>
class GenericFloatingPointPredicateUtils;

Static Member Functions

Name

Description

fcmpImpliesClass

fcmpImpliesClass overloads

fcmpToClassTest

Returns a pair of values, which if passed to llvm.is.fpclass, returns the same result as an fcmp with the given operands.

Created with MrDocs