LLVM API Documentation

Public Member Functions | Public Attributes
llvm::PatternMatch::specific_intval Struct Reference

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

#include <PatternMatch.h>

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

List of all members.

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 value.

Definition at line 366 of file PatternMatch.h.


Constructor & Destructor Documentation

Definition at line 368 of file PatternMatch.h.


Member Function Documentation

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

Member Data Documentation

Definition at line 367 of file PatternMatch.h.

Referenced by match().


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