LLVM 22.0.0git
llvm::SDPatternMatch::SpecificNeg_match Struct Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 SpecificNeg_match (SDValue V)
template<typename MatchContext>
bool match (const MatchContext &Ctx, SDValue N)

Public Attributes

SDValue V

Detailed Description

Definition at line 1307 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ SpecificNeg_match()

llvm::SDPatternMatch::SpecificNeg_match::SpecificNeg_match ( SDValue V)
inlineexplicit

Definition at line 1310 of file SDPatternMatch.h.

References V.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ V

SDValue llvm::SDPatternMatch::SpecificNeg_match::V

Definition at line 1308 of file SDPatternMatch.h.

Referenced by match(), and SpecificNeg_match().


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