LLVM 20.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
bool | isValue (const APInt &C) |
Public Attributes | |
ICmpInst::Predicate | Pred |
const APInt * | Thr |
Definition at line 690 of file PatternMatch.h.
Definition at line 693 of file PatternMatch.h.
References llvm::CallingConv::C, llvm::ICmpInst::compare(), Pred, and Thr.
ICmpInst::Predicate llvm::PatternMatch::icmp_pred_with_threshold::Pred |
Definition at line 691 of file PatternMatch.h.
Referenced by isValue().
Definition at line 692 of file PatternMatch.h.
Referenced by isValue().