LLVM 18.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 598 of file PatternMatch.h.
Definition at line 601 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 599 of file PatternMatch.h.
Referenced by isValue().
Definition at line 600 of file PatternMatch.h.
Referenced by isValue().