|
LLVM 22.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
| SpecificInt_match (APInt APV) | |
| template<typename MatchContext> | |
| bool | match (const MatchContext &Ctx, SDValue N) |
Public Attributes | |
| APInt | IntVal |
Definition at line 1125 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 1128 of file SDPatternMatch.h.
References IntVal, and llvm::move().
|
inline |
Definition at line 1131 of file SDPatternMatch.h.
References IntVal, llvm::APInt::isSameValue(), llvm::SDPatternMatch::m_ConstInt(), N, and llvm::SDPatternMatch::sd_context_match().
| APInt llvm::SDPatternMatch::SpecificInt_match::IntVal |
Definition at line 1126 of file SDPatternMatch.h.
Referenced by match(), and SpecificInt_match().