Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp927 bool typeForwardPtr = (typeForwardPointerIDs.count(op) != 0); in processStructType() local
929 if (!memberType && !typeForwardPtr) in processStructType()