Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp698 StructType idStructTy; in parseStructType() local
701 idStructTy = StructType::getIdentified(dialect.getContext(), identifier); in parseStructType()
729 if (failed(idStructTy.trySetBody(memberTypes, offsetInfo, in parseStructType()
734 return idStructTy; in parseStructType()