Searched refs:getUndefType (Results 1 – 2 of 2) sorted by relevance
243 Type getUndefType(uint32_t id) { return undefMap.lookup(id); } in getUndefType() function
69 if (auto undef = getUndefType(id)) { in getValue()