llvm::PatternMatch::custom_checkfn

Predicate that applies a user-provided check function to AP values.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

template<typename APTy>
struct custom_checkfn;

Member Functions

NameDescription
isValue Return true if C satisfies CheckFn.

Data Members

NameDescription
CheckFn User-provided predicate over the AP value.