LLVM 22.0.0git
llvm::PatternMatch::icmp_pred_with_threshold Struct Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

bool isValue (const APInt &C) const

Public Attributes

CmpPredicate Pred
const APIntThr

Detailed Description

Definition at line 690 of file PatternMatch.h.

Member Function Documentation

◆ isValue()

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

Definition at line 693 of file PatternMatch.h.

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

Member Data Documentation

◆ Pred

CmpPredicate llvm::PatternMatch::icmp_pred_with_threshold::Pred

Definition at line 691 of file PatternMatch.h.

Referenced by isValue().

◆ Thr

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

Definition at line 692 of file PatternMatch.h.

Referenced by isValue().


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