LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::PatternMatch::cst_pred_ty< Predicate > Struct Template Reference

#include <PatternMatch.h>

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

Public Member Functions

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

Detailed Description

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

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

Definition at line 212 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 214 of file PatternMatch.h.

References llvm::CallingConv::C.


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