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 108 mutable llvm::Type *mLLVMType;
142 mLLVMType = LLVMType;
185 if (mLLVMType == NULL)
186 mLLVMType = convertToLLVMType();
187 return mLLVMType;
slang_rs_export_type.cpp 816 mLLVMType(NULL),
831 mLLVMType = NULL;
    [all...]

Completed in 103 milliseconds