LLVM 23.0.0git
llvm::PatternMatch::undef_match Struct Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

template<typename ITy>
bool match (ITy *V) const

Static Public Member Functions

static bool check (const Value *V)

Detailed Description

Definition at line 156 of file PatternMatch.h.

Member Function Documentation

◆ check()

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

Definition at line 161 of file PatternMatch.h.

References llvm::dyn_cast(), and llvm::isa().

Referenced by match().

◆ match()

template<typename ITy>
bool llvm::PatternMatch::undef_match::match ( ITy * V) const
inline

Definition at line 168 of file PatternMatch.h.

References check().


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