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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1041 llvm::Type *RSExportPrimitiveType::convertToLLVMType() const { function in class:slang::RSExportPrimitiveType
1152 llvm::Type *RSExportPointerType::convertToLLVMType() const { function in class:slang::RSExportPointerType
1232 llvm::Type *RSExportVectorType::convertToLLVMType() const { function in class:slang::RSExportVectorType
1233 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType();
1332 llvm::Type *RSExportMatrixType::convertToLLVMType() const { function in class:slang::RSExportMatrixType
1384 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const { function in class:slang::RSExportConstantArrayType
1482 llvm::Type *RSExportRecordType::convertToLLVMType() const { function in class:slang::RSExportRecordType

Completed in 33 milliseconds