LLVM API Documentation
ufmax_pred_ty - Helper class for identifying unordered max predicates. More...
#include <PatternMatch.h>
Static Public Member Functions | |
static bool | match (FCmpInst::Predicate Pred) |
ufmax_pred_ty - Helper class for identifying unordered max predicates.
Definition at line 1038 of file PatternMatch.h.
static bool llvm::PatternMatch::ufmax_pred_ty::match | ( | FCmpInst::Predicate | Pred | ) | [inline, static] |
Definition at line 1039 of file PatternMatch.h.
References llvm::CmpInst::FCMP_UGE, and llvm::CmpInst::FCMP_UGT.