LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::MVT::ElementCount Class Reference

#include "llvm/Support/MachineValueType.h"

Collaboration diagram for llvm::MVT::ElementCount:
Collaboration graph
[legend]

Public Member Functions

 ElementCount (unsigned Min, bool Scalable)
 
ElementCount operator* (unsigned RHS)
 
ElementCountoperator*= (unsigned RHS)
 
ElementCount operator/ (unsigned RHS)
 
ElementCountoperator/= (unsigned RHS)
 
bool operator== (const ElementCount &RHS)
 

Public Attributes

unsigned Min
 
bool Scalable
 

Detailed Description

Definition at line 245 of file MachineValueType.h.

Constructor & Destructor Documentation

◆ ElementCount()

llvm::MVT::ElementCount::ElementCount ( unsigned  Min,
bool  Scalable 
)
inline

Definition at line 250 of file MachineValueType.h.

Member Function Documentation

◆ operator*()

ElementCount llvm::MVT::ElementCount::operator* ( unsigned  RHS)
inline

Definition at line 253 of file MachineValueType.h.

Referenced by llvm::MVT::getVectorVT().

◆ operator*=()

ElementCount& llvm::MVT::ElementCount::operator*= ( unsigned  RHS)
inline

Definition at line 257 of file MachineValueType.h.

◆ operator/()

ElementCount llvm::MVT::ElementCount::operator/ ( unsigned  RHS)
inline

Definition at line 262 of file MachineValueType.h.

◆ operator/=()

ElementCount& llvm::MVT::ElementCount::operator/= ( unsigned  RHS)
inline

Definition at line 266 of file MachineValueType.h.

◆ operator==()

bool llvm::MVT::ElementCount::operator== ( const ElementCount RHS)
inline

Definition at line 271 of file MachineValueType.h.

References Min, llvm::MVT::MVT(), and Scalable.

Member Data Documentation

◆ Min

unsigned llvm::MVT::ElementCount::Min

Definition at line 247 of file MachineValueType.h.

Referenced by llvm::EVT::getVectorVT(), llvm::MVT::getVectorVT(), and operator==().

◆ Scalable

bool llvm::MVT::ElementCount::Scalable

Definition at line 248 of file MachineValueType.h.

Referenced by llvm::EVT::getVectorVT(), llvm::MVT::getVectorVT(), and operator==().


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