LLVM 20.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 797 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 800 of file SDPatternMatch.h.
|
inline |
Definition at line 802 of file SDPatternMatch.h.
References BindVal, llvm::CallingConv::C, llvm::ISD::isConstantSplatVector(), and N.
APInt* llvm::SDPatternMatch::ConstantInt_match::BindVal |
Definition at line 798 of file SDPatternMatch.h.
Referenced by match().