LLVM 22.0.0git
llvm::PatternMatch::apint_match Struct Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

const APInt *& Res
bool AllowPoison

Detailed Description

Definition at line 262 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ apint_match()

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

Definition at line 266 of file PatternMatch.h.

References AllowPoison, and Res.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ AllowPoison

bool llvm::PatternMatch::apint_match::AllowPoison

Definition at line 264 of file PatternMatch.h.

Referenced by apint_match(), and match().

◆ Res

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

Definition at line 263 of file PatternMatch.h.

Referenced by apint_match(), and match().


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