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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp880 llvm::Type *RSExportPrimitiveType::convertToLLVMType() const { function in class:slang::RSExportPrimitiveType
983 llvm::Type *RSExportPointerType::convertToLLVMType() const { function in class:slang::RSExportPointerType
1065 llvm::Type *RSExportVectorType::convertToLLVMType() const { function in class:slang::RSExportVectorType
1066 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType();
1165 llvm::Type *RSExportMatrixType::convertToLLVMType() const { function in class:slang::RSExportMatrixType
1217 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const { function in class:slang::RSExportConstantArrayType
1315 llvm::Type *RSExportRecordType::convertToLLVMType() const { function in class:slang::RSExportRecordType

Completed in 26 milliseconds