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 1601 of file ASTContext.h.
|
inline |
Definition at line 1605 of file ASTContext.h.
llvm::ElementCount clang::ASTContext::BuiltinVectorTypeInfo::EC |
Definition at line 1603 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 1602 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 1604 of file ASTContext.h.
Referenced by clang::SemaRISCV::CheckBuiltinFunctionCall(), and clang::CodeGen::CodeGenTypes::ConvertType().