LLVM 19.0.0git
Public Member Functions | List of all members
llvm::SDPatternMatch::AllOnes_match Struct Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 AllOnes_match ()=default
 
template<typename MatchContext >
bool match (const MatchContext &, SDValue N)
 

Detailed Description

Definition at line 745 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ AllOnes_match()

llvm::SDPatternMatch::AllOnes_match::AllOnes_match ( )
default

Member Function Documentation

◆ match()

template<typename MatchContext >
bool llvm::SDPatternMatch::AllOnes_match::match ( const MatchContext &  ,
SDValue  N 
)
inline

Definition at line 749 of file SDPatternMatch.h.

References llvm::isAllOnesOrAllOnesSplat(), and N.


The documentation for this struct was generated from the following file: