LLVM
8.0.1
|
This helper class is used to match scalar and vector constants that satisfy a specified predicate, and bind them to an APInt. More...
#include "llvm/IR/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 238 of file PatternMatch.h.
|
inline |
Definition at line 241 of file PatternMatch.h.
|
inline |
Definition at line 243 of file PatternMatch.h.
References C.
const APInt*& llvm::PatternMatch::api_pred_ty< Predicate >::Res |
Definition at line 239 of file PatternMatch.h.