Searched refs:mElementType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.h398 const RSExportType *mElementType; // Array element type member in class:slang::RSExportConstantArrayType
407 mElementType(ElementType),
422 inline const RSExportType *getElementType() const { return mElementType; }
H A Dslang_rs_export_type.cpp1218 return llvm::ArrayType::get(mElementType->getLLVMType(), getSize());
1238 const_cast<RSExportType*>(mElementType)->keep();

Completed in 63 milliseconds