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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

bool isValue (const APInt &C)
 

Public Attributes

ICmpInst::Predicate Pred
 
const APIntThr
 

Detailed Description

Definition at line 639 of file PatternMatch.h.

Member Function Documentation

◆ isValue()

bool llvm::PatternMatch::icmp_pred_with_threshold::isValue ( const APInt C)
inline

Definition at line 642 of file PatternMatch.h.

References llvm::CallingConv::C, llvm::ICmpInst::compare(), Pred, and Thr.

Member Data Documentation

◆ Pred

ICmpInst::Predicate llvm::PatternMatch::icmp_pred_with_threshold::Pred

Definition at line 640 of file PatternMatch.h.

Referenced by isValue().

◆ Thr

const APInt* llvm::PatternMatch::icmp_pred_with_threshold::Thr

Definition at line 641 of file PatternMatch.h.

Referenced by isValue().


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