LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::PatternMatch::umax_pred_ty Struct Reference

Helper class for identifying unsigned max predicates. More...

#include "llvm/IR/PatternMatch.h"

Static Public Member Functions

static bool match (ICmpInst::Predicate Pred)
 

Detailed Description

Helper class for identifying unsigned max predicates.

Definition at line 2095 of file PatternMatch.h.

Member Function Documentation

◆ match()

static bool llvm::PatternMatch::umax_pred_ty::match ( ICmpInst::Predicate  Pred)
inlinestatic

Definition at line 2096 of file PatternMatch.h.

References llvm::CmpInst::ICMP_UGE, and llvm::CmpInst::ICMP_UGT.


The documentation for this struct was generated from the following file: