LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SDPatternMatch::EffectiveOperands< false > Struct Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

template<typename MatchContext >
 EffectiveOperands (SDValue N, const MatchContext &Ctx)
 

Public Attributes

unsigned Size = 0
 
unsigned FirstIndex = 0
 

Detailed Description

Definition at line 447 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ EffectiveOperands()

template<typename MatchContext >
llvm::SDPatternMatch::EffectiveOperands< false >::EffectiveOperands ( SDValue  N,
const MatchContext &  Ctx 
)
inlineexplicit

Definition at line 452 of file SDPatternMatch.h.

Member Data Documentation

◆ FirstIndex

Definition at line 449 of file SDPatternMatch.h.

◆ Size

Definition at line 448 of file SDPatternMatch.h.


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