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

This helper class is used to match scalar and vector constants that satisfy a specified predicate. More...

#include <PatternMatch.h>

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

Public Member Functions

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

Detailed Description

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

This helper class is used to match scalar and vector constants that satisfy a specified predicate.

Definition at line 204 of file PatternMatch.h.

Member Function Documentation

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

Definition at line 205 of file PatternMatch.h.


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