LLVM API Documentation

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

#include <PatternMatch.h>

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

List of all members.

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

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

Definition at line 162 of file PatternMatch.h.

Referenced by match().


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