Searched defs:convertToLLVMType (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1088 llvm::Type *RSExportPrimitiveType::convertToLLVMType() const { function in class:slang::RSExportPrimitiveType
1194 llvm::Type *RSExportPointerType::convertToLLVMType() const { function in class:slang::RSExportPointerType
1260 llvm::Type *RSExportVectorType::convertToLLVMType() const { function in class:slang::RSExportVectorType
1261 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType();
1338 llvm::Type *RSExportMatrixType::convertToLLVMType() const { function in class:slang::RSExportMatrixType
1378 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const { function in class:slang::RSExportConstantArrayType
1460 llvm::Type *RSExportRecordType::convertToLLVMType() const { function in class:slang::RSExportRecordType

Completed in 2906 milliseconds