LLVM 22.0.0git
llvm::PatternMatch::custom_checkfn< APTy > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

bool isValue (const APTy &C) const

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) const
inline

Definition at line 475 of file PatternMatch.h.

References llvm::CallingConv::C, and CheckFn.

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 isValue().


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