LLVM: llvm::PatternMatch::undef_match Struct Reference (original) (raw)

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

Public Member Functions
template
bool match (ITy *V) const
Static Public Member Functions
static bool check (const Value *V)

Detailed Description

Definition at line 120 of file PatternMatch.h.

Member Function Documentation

check()

bool llvm::PatternMatch::undef_match::check ( const Value * V) inlinestatic

Definition at line 121 of file PatternMatch.h.

References llvm::dyn_cast(), llvm::SmallVectorImpl< T >::emplace_back(), llvm::SmallVectorTemplateCommon< T, typename >::empty(), llvm::SmallPtrSetImpl< PtrType >::insert(), llvm::isa(), and llvm::SmallVectorImpl< T >::pop_back_val().

Referenced by match().

match()

template

bool llvm::PatternMatch::undef_match::match ( ITy * V) const inline

Definition at line 159 of file PatternMatch.h.

References check().


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