clang 22.0.0git
|
#include "clang/AST/ASTContext.h"
Public Member Functions | |
BuiltinVectorTypeInfo (QualType ElementType, llvm::ElementCount EC, unsigned NumVectors) |
Public Attributes | |
QualType | ElementType |
llvm::ElementCount | EC |
unsigned | NumVectors |
Definition at line 1667 of file ASTContext.h.
|
inline |
Definition at line 1671 of file ASTContext.h.
References EC, ElementType, and NumVectors.
llvm::ElementCount clang::ASTContext::BuiltinVectorTypeInfo::EC |
Definition at line 1669 of file ASTContext.h.
Referenced by BuiltinVectorTypeInfo(), clang::SemaRISCV::CheckBuiltinFunctionCall(), clang::CheckInvalidVLENandLMUL(), clang::SemaRISCV::checkRVVTypeSupport(), checkSizelessVectorShift(), and clang::CodeGen::CodeGenTypes::ConvertType().
QualType clang::ASTContext::BuiltinVectorTypeInfo::ElementType |
Definition at line 1668 of file ASTContext.h.
Referenced by clang::ASTContext::areCompatibleRVVTypes(), BuiltinVectorTypeInfo(), clang::SemaRISCV::CheckBuiltinFunctionCall(), clang::CheckInvalidVLENandLMUL(), clang::SemaRISCV::checkRVVTypeSupport(), clang::CodeGen::CodeGenTypes::ConvertType(), clang::Type::getRVVEltType(), and clang::Type::getSveEltType().
unsigned clang::ASTContext::BuiltinVectorTypeInfo::NumVectors |
Definition at line 1670 of file ASTContext.h.
Referenced by BuiltinVectorTypeInfo(), clang::SemaRISCV::CheckBuiltinFunctionCall(), and clang::CodeGen::CodeGenTypes::ConvertType().