Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h597 SetVector<uint32_t> typeForwardPointerIDs; variable
H A DDeserializer.cpp927 bool typeForwardPtr = (typeForwardPointerIDs.count(op) != 0); in processStructType()
1020 typeForwardPointerIDs.insert(operands[0]); in processTypeForwardPointer()