HomeSort by relevance Sort by last modified time
    Searched refs:mLLVMType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_export_type.h 215 mutable llvm::Type *mLLVMType;
250 mLLVMType = LLVMType;
291 if (mLLVMType == nullptr)
292 mLLVMType = convertToLLVMType();
293 return mLLVMType;
slang_rs_export_type.cpp     [all...]

Completed in 57 milliseconds