LLVM 22.0.0git
ImmCheck Class Reference

#include "llvm/TableGen/AArch64ImmCheck.h"

Public Member Functions

 ImmCheck (int ImmArgIdx, unsigned Kind, unsigned ElementSizeInBits=0, unsigned VecSizeInBits=128)
 ImmCheck (const ImmCheck &Other)=default
 ~ImmCheck ()=default
int getImmArgIdx () const
unsigned getKind () const
unsigned getElementSizeInBits () const
unsigned getVecSizeInBits () const

Detailed Description

Definition at line 17 of file AArch64ImmCheck.h.

Constructor & Destructor Documentation

◆ ImmCheck() [1/2]

ImmCheck::ImmCheck ( int ImmArgIdx,
unsigned Kind,
unsigned ElementSizeInBits = 0,
unsigned VecSizeInBits = 128 )
inline

Definition at line 24 of file AArch64ImmCheck.h.

Referenced by ImmCheck().

◆ ImmCheck() [2/2]

ImmCheck::ImmCheck ( const ImmCheck & Other)
default

References ImmCheck().

◆ ~ImmCheck()

ImmCheck::~ImmCheck ( )
default

Member Function Documentation

◆ getElementSizeInBits()

unsigned ImmCheck::getElementSizeInBits ( ) const
inline

Definition at line 33 of file AArch64ImmCheck.h.

◆ getImmArgIdx()

int ImmCheck::getImmArgIdx ( ) const
inline

Definition at line 31 of file AArch64ImmCheck.h.

◆ getKind()

unsigned ImmCheck::getKind ( ) const
inline

Definition at line 32 of file AArch64ImmCheck.h.

◆ getVecSizeInBits()

unsigned ImmCheck::getVecSizeInBits ( ) const
inline

Definition at line 34 of file AArch64ImmCheck.h.


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