LLVM  3.7.0
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::api_pred_ty< Predicate > Struct Template Reference

This helper class is used to match scalar and vector constants that satisfy a specified predicate, and bind them to an APInt. More...

#include <PatternMatch.h>

Inheritance diagram for llvm::PatternMatch::api_pred_ty< Predicate >:
[legend]
Collaboration diagram for llvm::PatternMatch::api_pred_ty< Predicate >:
[legend]

Public Member Functions

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

Public Attributes

const APInt *& Res
 

Detailed Description

template<typename Predicate>
struct llvm::PatternMatch::api_pred_ty< Predicate >

This helper class is used to match scalar and vector constants that satisfy a specified predicate, and bind them to an APInt.

Definition at line 218 of file PatternMatch.h.

Constructor & Destructor Documentation

template<typename Predicate >
llvm::PatternMatch::api_pred_ty< Predicate >::api_pred_ty ( const APInt *&  R)
inline

Definition at line 220 of file PatternMatch.h.

Member Function Documentation

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

Definition at line 221 of file PatternMatch.h.

References llvm::PatternMatch::api_pred_ty< Predicate >::Res.

Member Data Documentation

template<typename Predicate >
const APInt*& llvm::PatternMatch::api_pred_ty< Predicate >::Res

Definition at line 219 of file PatternMatch.h.

Referenced by llvm::PatternMatch::api_pred_ty< Predicate >::match().


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