Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp506 if (auto runtimeArrayType = type.dyn_cast<spirv::RuntimeArrayType>()) { in prepareBasicType() local
508 if (failed(processTypeImpl(loc, runtimeArrayType.getElementType(), in prepareBasicType()
514 return processTypeDecoration(loc, runtimeArrayType, resultID); in prepareBasicType()