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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

uint64_t Val
 

Detailed Description

template<bool AllowPoison>
struct llvm::PatternMatch::specific_intval64< AllowPoison >

Definition at line 916 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ specific_intval64()

template<bool AllowPoison>
llvm::PatternMatch::specific_intval64< AllowPoison >::specific_intval64 ( uint64_t  V)
inline

Definition at line 919 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ Val

template<bool AllowPoison>
uint64_t llvm::PatternMatch::specific_intval64< AllowPoison >::Val

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