Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h243 Type getUndefType(uint32_t id) { return undefMap.lookup(id); } in getUndefType() function
H A DDeserializeOps.cpp69 if (auto undef = getUndefType(id)) { in getValue()