Home
last modified time | relevance | path

Searched refs:GetExtVectorElementType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_export_type.cpp226 const clang::Type *BaseElementType = GetExtVectorElementType(EVT); in ConstantArrayTypeExportableHelper()
401 const clang::Type *ElementType = GetExtVectorElementType(EVT); in TypeExportableHelper()
643 const clang::Type *ElementType = GetExtVectorElementType(EVT); in ValidateTypeHelper()
1303 const clang::Type *ElementType = GetExtVectorElementType(EVT); in GetTypeName()
1335 const clang::Type *ElementType = GetExtVectorElementType(EVT); in Create()
Dslang_rs_export_type.h49 inline const clang::Type* GetExtVectorElementType(const clang::ExtVectorType *T) { in GetExtVectorElementType() function