Home
last modified time | relevance | path

Searched refs:undefMap (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()
557 DenseMap<uint32_t, Type> undefMap; variable
H A DDeserializeOps.cpp304 undefMap[operands[1]] = type; in processUndef()