|
LLVM
3.7.0
|
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>
Public Member Functions | |
| api_pred_ty (const APInt *&R) | |
| template<typename ITy > | |
| bool | match (ITy *V) |
Public Attributes | |
| const APInt *& | Res |
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.
|
inline |
Definition at line 220 of file PatternMatch.h.
|
inline |
Definition at line 221 of file PatternMatch.h.
References llvm::PatternMatch::api_pred_ty< Predicate >::Res.
| 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().
1.8.6