Searched refs:getLLVMType (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp151 llvm::Type *T1 = F->getType()->getLLVMType();
H A Dslang_rs_export_type.cpp641 ET->getLLVMType());
649 ET->getLLVMType());
984 llvm::Type *PointeeType = mPointeeType->getLLVMType();
1218 return llvm::ArrayType::get(mElementType->getLLVMType(), getSize());
1327 FieldTypes.push_back(FET->getLLVMType());
H A Dslang_rs_backend.cpp324 Expected->getLLVMType()->dump();
H A Dslang_rs_export_type.h145 inline llvm::Type *getLLVMType() const { function in class:slang::RSExportType

Completed in 65 milliseconds