Predicate that applies a user-provided check function to AP values.
Declared in <llvm/IR/PatternMatch.h>
template<typename APTy>
struct custom_checkfn;
| Name | Description |
|---|---|
isValue | Return true if C satisfies CheckFn. |
| Name | Description |
|---|---|
CheckFn | User-provided predicate over the AP value. |