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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h214 mutable llvm::Type *mLLVMType; member in class:slang::RSExportType
249 mLLVMType = LLVMType;
290 if (mLLVMType == nullptr)
291 mLLVMType = convertToLLVMType();
292 return mLLVMType;
H A Dslang_rs_export_type.cpp949 mLLVMType(nullptr) {
964 mLLVMType = nullptr;

Completed in 1311 milliseconds