Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp163 auto undefType = op.getType(); in processUndefOp() local
164 auto &id = undefValIDMap[undefType]; in processUndefOp()
168 if (failed(processType(op.getLoc(), undefType, typeID))) in processUndefOp()