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 189 mutable llvm::Type *mLLVMType;
221 mLLVMType = LLVMType;
260 if (mLLVMType == NULL)
261 mLLVMType = convertToLLVMType();
262 return mLLVMType;
slang_rs_export_type.cpp 879 mLLVMType(NULL) {
894 mLLVMType = NULL;
    [all...]

Completed in 51 milliseconds