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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 apint_match (const APInt *&Res, bool AllowUndef)
 
template<typename ITy >
bool match (ITy *V)
 

Public Attributes

const APInt *& Res
 
bool AllowUndef
 

Detailed Description

Definition at line 244 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ apint_match()

llvm::PatternMatch::apint_match::apint_match ( const APInt *&  Res,
bool  AllowUndef 
)
inline

Definition at line 248 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 251 of file PatternMatch.h.

References AllowUndef, llvm::CallingConv::C, and Res.

Member Data Documentation

◆ AllowUndef

bool llvm::PatternMatch::apint_match::AllowUndef

Definition at line 246 of file PatternMatch.h.

Referenced by match().

◆ Res

const APInt*& llvm::PatternMatch::apint_match::Res

Definition at line 245 of file PatternMatch.h.

Referenced by match().


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