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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp893 std::vector<llvm::Type *> Elements; local
894 Elements.push_back(llvm::ArrayType::get(llvm::Type::getInt32Ty(C), 1));
895 RSObjectLLVMType = llvm::StructType::get(C, Elements, true);

Completed in 79 milliseconds