| 
    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 1098 of file SDPatternMatch.h.
      
  | 
  inlineexplicit | 
Definition at line 1101 of file SDPatternMatch.h.
References BindVal.
      
  | 
  inline | 
Definition at line 1103 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 1099 of file SDPatternMatch.h.
Referenced by ConstantInt_match(), and match().