LLVM 22.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
ConstantInt_match (APInt *V) | |
template<typename MatchContext> | |
bool | match (const MatchContext &, SDValue N) |
Public Attributes | |
APInt * | BindVal |
Definition at line 1081 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 1084 of file SDPatternMatch.h.
References BindVal.
|
inline |
Definition at line 1086 of file SDPatternMatch.h.
References BindVal, llvm::CallingConv::C, llvm::dyn_cast_or_null(), llvm::ISD::isConstantSplatVector(), and N.
APInt* llvm::SDPatternMatch::ConstantInt_match::BindVal |
Definition at line 1082 of file SDPatternMatch.h.
Referenced by ConstantInt_match(), and match().