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.cpp938 return getRSContext()->getDataLayout().getTypeStoreSize(getLLVMType());
942 return getRSContext()->getDataLayout().getTypeAllocSize(getLLVMType());
1276 llvm::Type *PointeeType = mPointeeType->getLLVMType();
1464 return llvm::ArrayType::get(mElementType->getLLVMType(), getNumElement());
1569 FieldTypes.push_back(FET->getLLVMType());
H A Dslang_rs_export_type.h291 inline llvm::Type *getLLVMType() const { function in class:slang::RSExportType
H A Dslang_backend.cpp962 Expected->getLLVMType()->dump();

Completed in 2931 milliseconds