LLVM 20.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 824 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 827 of file SDPatternMatch.h.
|
inline |
Definition at line 830 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 825 of file SDPatternMatch.h.
Referenced by match().