LLVM 18.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 (APInt V)
 
template<typename ITy >
bool match (ITy *V)
 

Public Attributes

APInt Val
 

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 845 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ specific_intval()

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

Definition at line 848 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>
APInt llvm::PatternMatch::specific_intval< AllowUndefs >::Val

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