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

/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp148 llvm::Type *T1 = F->getType()->getLLVMType();
H A Dslang_rs_export_type.cpp864 return getRSContext()->getDataLayout()->getTypeStoreSize(getLLVMType());
868 return getRSContext()->getDataLayout()->getTypeAllocSize(getLLVMType());
1195 llvm::Type *PointeeType = mPointeeType->getLLVMType();
1379 return llvm::ArrayType::get(mElementType->getLLVMType(), getSize());
1472 FieldTypes.push_back(FET->getLLVMType());
H A Dslang_rs_export_type.h259 inline llvm::Type *getLLVMType() const { function in class:slang::RSExportType
H A Dslang_rs_backend.cpp321 Expected->getLLVMType()->dump();

Completed in 59 milliseconds