LLVM API Documentation
#include <PatternMatch.h>


Public Member Functions | |
| api_pred_ty (const APInt *&R) | |
| template<typename ITy > | |
| bool | match (ITy *V) |
Public Attributes | |
| const APInt *& | Res |
api_pred_ty - 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 229 of file PatternMatch.h.
| llvm::PatternMatch::api_pred_ty< Predicate >::api_pred_ty | ( | const APInt *& | R | ) | [inline] |
Definition at line 231 of file PatternMatch.h.
| bool llvm::PatternMatch::api_pred_ty< Predicate >::match | ( | ITy * | V | ) | [inline] |
Definition at line 233 of file PatternMatch.h.
References llvm::CallingConv::C, and llvm::PatternMatch::api_pred_ty< Predicate >::Res.
| const APInt*& llvm::PatternMatch::api_pred_ty< Predicate >::Res |
Definition at line 230 of file PatternMatch.h.
Referenced by llvm::PatternMatch::api_pred_ty< Predicate >::match().