clang 20.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 1535 of file ASTContext.h.
|
inline |
Definition at line 1539 of file ASTContext.h.
llvm::ElementCount clang::ASTContext::BuiltinVectorTypeInfo::EC |
Definition at line 1537 of file ASTContext.h.
Referenced by clang::SemaRISCV::CheckBuiltinFunctionCall(), clang::CheckInvalidVLENandLMUL(), clang::SemaRISCV::checkRVVTypeSupport(), clang::Sema::CheckSizelessVectorConditionalTypes(), clang::Sema::CheckSizelessVectorOperands(), checkSizelessVectorShift(), clang::CodeGen::CodeGenTypes::ConvertType(), getRVVTypeSize(), clang::Sema::GetSignedSizelessVectorType(), and HandleRISCVRVVVectorBitsTypeAttr().
QualType clang::ASTContext::BuiltinVectorTypeInfo::ElementType |
Definition at line 1536 of file ASTContext.h.
Referenced by clang::ASTContext::areCompatibleRVVTypes(), clang::SemaRISCV::CheckBuiltinFunctionCall(), clang::CheckInvalidVLENandLMUL(), clang::SemaRISCV::checkRVVTypeSupport(), clang::CodeGen::CodeGenTypes::ConvertType(), clang::Type::getRVVEltType(), getRVVTypeSize(), clang::Type::getSveEltType(), and HandleRISCVRVVVectorBitsTypeAttr().
unsigned clang::ASTContext::BuiltinVectorTypeInfo::NumVectors |
Definition at line 1538 of file ASTContext.h.
Referenced by clang::SemaRISCV::CheckBuiltinFunctionCall(), and clang::CodeGen::CodeGenTypes::ConvertType().