Home
last modified time | relevance | path

Searched refs:structIdentifier (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp969 std::string structIdentifier = nameMap.lookup(structID).str(); in processStructType() local
971 if (structIdentifier.empty()) { in processStructType()
977 auto structTy = spirv::StructType::getIdentified(context, structIdentifier); in processStructType()