Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.cpp212 const clang::Type *BaseElementType = GetExtVectorElementType(EVT); in ConstantArrayTypeExportableHelper()
365 const clang::Type *ElementType = GetExtVectorElementType(EVT); in TypeExportableHelper()
605 const clang::Type *ElementType = GetExtVectorElementType(EVT); in ValidateTypeHelper()
1254 const clang::Type *ElementType = GetExtVectorElementType(EVT); in GetTypeName()
1286 const clang::Type *ElementType = GetExtVectorElementType(EVT); in Create()
Dslang_rs_export_type.h48 inline const clang::Type* GetExtVectorElementType(const clang::ExtVectorType *T) { in GetExtVectorElementType() function