LLVM 20.0.0git
|
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 413 of file PatternMatch.h.
|
inline |
Definition at line 416 of file PatternMatch.h.
|
inline |
Definition at line 418 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 414 of file PatternMatch.h.
Referenced by llvm::PatternMatch::api_pred_ty< Predicate >::match().