LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
bool | isValue (const APInt &C) const |
Public Attributes | |
CmpPredicate | Pred |
const APInt * | Thr |
Definition at line 682 of file PatternMatch.h.
Definition at line 685 of file PatternMatch.h.
References llvm::CallingConv::C, llvm::ICmpInst::compare(), Pred, and Thr.
CmpPredicate llvm::PatternMatch::icmp_pred_with_threshold::Pred |
Definition at line 683 of file PatternMatch.h.
Referenced by isValue().
Definition at line 684 of file PatternMatch.h.
Referenced by isValue().