|
LLVM
8.0.1
|
#include "llvm/Support/MachineValueType.h"

Public Member Functions | |
| ElementCount (unsigned Min, bool Scalable) | |
| ElementCount | operator* (unsigned RHS) |
| ElementCount & | operator*= (unsigned RHS) |
| ElementCount | operator/ (unsigned RHS) |
| ElementCount & | operator/= (unsigned RHS) |
| bool | operator== (const ElementCount &RHS) |
Public Attributes | |
| unsigned | Min |
| bool | Scalable |
Definition at line 245 of file MachineValueType.h.
Definition at line 250 of file MachineValueType.h.
|
inline |
Definition at line 253 of file MachineValueType.h.
Referenced by llvm::MVT::getVectorVT().
|
inline |
Definition at line 257 of file MachineValueType.h.
|
inline |
Definition at line 262 of file MachineValueType.h.
|
inline |
Definition at line 266 of file MachineValueType.h.
|
inline |
Definition at line 271 of file MachineValueType.h.
References Min, llvm::MVT::MVT(), and Scalable.
| unsigned llvm::MVT::ElementCount::Min |
Definition at line 247 of file MachineValueType.h.
Referenced by llvm::EVT::getVectorVT(), llvm::MVT::getVectorVT(), and operator==().
| bool llvm::MVT::ElementCount::Scalable |
Definition at line 248 of file MachineValueType.h.
Referenced by llvm::EVT::getVectorVT(), llvm::MVT::getVectorVT(), and operator==().
1.8.13