LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::specific_intval Struct Reference

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

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::specific_intval:
[legend]

Public Member Functions

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

Public Attributes

uint64_t Val
 

Detailed Description

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

Definition at line 364 of file PatternMatch.h.

Constructor & Destructor Documentation

llvm::PatternMatch::specific_intval::specific_intval ( uint64_t  V)
inline

Definition at line 366 of file PatternMatch.h.

Member Function Documentation

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

Definition at line 368 of file PatternMatch.h.

References C, llvm::dyn_cast(), llvm::ConstantInt::getZExtValue(), and Val.

Member Data Documentation

uint64_t llvm::PatternMatch::specific_intval::Val

Definition at line 365 of file PatternMatch.h.

Referenced by match().


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