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

#include "llvm/CodeGen/SDPatternMatch.h"

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

Public Member Functions

 EffectiveOperands (SDValue N)

Public Attributes

unsigned Size = 0
unsigned FirstIndex = 0

Detailed Description

Definition at line 423 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ EffectiveOperands()

llvm::SDPatternMatch::EffectiveOperands< false >::EffectiveOperands ( SDValue N)
inlineexplicit

Definition at line 427 of file SDPatternMatch.h.

References N, and Size.

Member Data Documentation

◆ FirstIndex

Definition at line 425 of file SDPatternMatch.h.

◆ Size

Definition at line 424 of file SDPatternMatch.h.

Referenced by EffectiveOperands().


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