LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::apint_match Struct Reference

#include <PatternMatch.h>

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

Public Member Functions

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

Public Attributes

const APInt *& Res
 

Detailed Description

Definition at line 161 of file PatternMatch.h.

Constructor & Destructor Documentation

llvm::PatternMatch::apint_match::apint_match ( const APInt *&  R)
inline

Definition at line 163 of file PatternMatch.h.

Member Function Documentation

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

Definition at line 165 of file PatternMatch.h.

References llvm::CallingConv::C, and Res.

Member Data Documentation

const APInt*& llvm::PatternMatch::apint_match::Res

Definition at line 162 of file PatternMatch.h.

Referenced by match().


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