LLVM 22.0.0git
llvm::SDPatternMatch::EffectiveOperands< false > Struct Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Inheritance diagram for llvm::SDPatternMatch::EffectiveOperands< false >:
[legend]

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 498 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 503 of file SDPatternMatch.h.

References N, and Size.

Member Data Documentation

◆ FirstIndex

Definition at line 500 of file SDPatternMatch.h.

◆ Size

Definition at line 499 of file SDPatternMatch.h.

Referenced by EffectiveOperands().


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