LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::specific_intval< AllowUndefs > Struct Template Reference

Match a specified integer value or vector of all elements of that value. More...

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

const APIntVal
 

Detailed Description

template<bool AllowUndefs>
struct llvm::PatternMatch::specific_intval< AllowUndefs >

Match a specified integer value or vector of all elements of that value.

Definition at line 886 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ specific_intval()

template<bool AllowUndefs>
llvm::PatternMatch::specific_intval< AllowUndefs >::specific_intval ( const APInt V)
inline

Definition at line 889 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ Val

template<bool AllowUndefs>
const APInt& llvm::PatternMatch::specific_intval< AllowUndefs >::Val

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