Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp181 uint32_t fnTypeID = 0; in processFuncOp() local
183 if (failed(processType(op.getLoc(), op.getFunctionType(), fnTypeID))) in processFuncOp()
202 operands.push_back(fnTypeID); in processFuncOp()