llvm::PatternMatch::icmp_pred_with_threshold

Predicate that compares an APInt against a threshold with an icmp predicate.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

struct icmp_pred_with_threshold;

Member Functions

NameDescription
isValue Return true if C compares against Thr under Pred.

Data Members

NameDescription
Pred Integer compare predicate to apply.
Thr Threshold compared against each element.