|
LLVM 22.0.0git
|
This is the complete list of members for llvm::abi::VectorType, including all inherited members.
| ABIAlignment | llvm::abi::Type | protected |
| classof(const Type *T) | llvm::abi::VectorType | inlinestatic |
| getAlignment() const | llvm::abi::Type | inline |
| getElementType() const | llvm::abi::VectorType | inline |
| getKind() const | llvm::abi::Type | inline |
| getNumElements() const | llvm::abi::VectorType | inline |
| getSizeInBits() const | llvm::abi::Type | inline |
| getTypeAllocSize() const | llvm::abi::Type | inline |
| isArray() const | llvm::abi::Type | inline |
| isComplex() const | llvm::abi::Type | inline |
| isFloat() const | llvm::abi::Type | inline |
| isInteger() const | llvm::abi::Type | inline |
| isMemberPointer() const | llvm::abi::Type | inline |
| isPointer() const | llvm::abi::Type | inline |
| isRecord() const | llvm::abi::Type | inline |
| isVector() const | llvm::abi::Type | inline |
| isVoid() const | llvm::abi::Type | inline |
| Kind | llvm::abi::Type | protected |
| SizeInBits | llvm::abi::Type | protected |
| Type(TypeKind K, TypeSize SizeInBits, Align ABIAlign) | llvm::abi::Type | inlineprotected |
| VectorType(const Type *ElementType, ElementCount NumElements, Align ABIAlign) | llvm::abi::VectorType | inline |