Predicate that compares an APInt against a threshold with an icmp predicate.
Declared in <llvm/IR/PatternMatch.h>
struct icmp_pred_with_threshold;
| Name | Description |
|---|---|
isValue | Return true if C compares against Thr under Pred. |
| Name | Description |
|---|---|
Pred | Integer compare predicate to apply. |
Thr | Threshold compared against each element. |