LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::PatternMatch::undef_match Struct Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Static Public Member Functions

static bool check (const Value *V)
 

Detailed Description

Definition at line 107 of file PatternMatch.h.

Member Function Documentation

◆ check()

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

◆ match()

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

Definition at line 146 of file PatternMatch.h.

References check.


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