LLVM: llvm::PatternMatch::custom_checkfn< APTy > Struct Template Reference (original) (raw)

#include "[llvm/IR/PatternMatch.h](PatternMatch%5F8h%5Fsource.html)"

Public Member Functions
bool isValue (const APTy &C) const
Public Attributes
function_ref< bool(const APTy &)> CheckFn

Detailed Description

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

Definition at line 485 of file PatternMatch.h.

Member Function Documentation

isValue()

template

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

Definition at line 487 of file PatternMatch.h.

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

Member Data Documentation

CheckFn

template

function_ref<bool(const APTy &)> llvm::PatternMatch::custom_checkfn< APTy >::CheckFn

Definition at line 486 of file PatternMatch.h.

Referenced by isValue().


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