LLVM 20.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
bool | isValue (const APTy &C) |
Public Attributes | |
function_ref< bool(const APTy &)> | CheckFn |
Definition at line 473 of file PatternMatch.h.
|
inline |
Definition at line 475 of file PatternMatch.h.
References llvm::CallingConv::C, and llvm::PatternMatch::custom_checkfn< APTy >::CheckFn.
function_ref<bool(const APTy &)> llvm::PatternMatch::custom_checkfn< APTy >::CheckFn |
Definition at line 474 of file PatternMatch.h.
Referenced by llvm::PatternMatch::custom_checkfn< APTy >::isValue().