LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::custom_checkfn< APTy > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

bool isValue (const APTy &C)
 

Public Attributes

function_ref< bool(const APTy &)> CheckFn
 

Detailed Description

template<typename APTy>
struct llvm::PatternMatch::custom_checkfn< APTy >

Definition at line 473 of file PatternMatch.h.

Member Function Documentation

◆ isValue()

template<typename APTy >
bool llvm::PatternMatch::custom_checkfn< APTy >::isValue ( const APTy &  C)
inline

Member Data Documentation

◆ CheckFn

template<typename APTy >
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().


The documentation for this struct was generated from the following file: