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;
176 if (mLLVMType == NULL)
177 mLLVMType = convertToLLVMType();
178 return mLLVMType;
slang_rs_export_type.cpp 752 mLLVMType(NULL),
767 mLLVMType = NULL;
    [all...]

Completed in 84 milliseconds