Searched refs:isOldIdUnmapped (Results 1 – 2 of 2) sorted by relevance
275 if (!isOldIdUnmapped(id)) { in localId()341 if (isOldIdUnmapped(id)) { in mapRemainder()347 if (isOldIdUnmapped(id)) { in mapRemainder()707 if (isOldIdUnmapped(name.second)) { in mapNames()771 if (isOldIdUnmapped(resId)) { in mapFnBodies()832 if (isOldIdUnmapped(id)) in mapFnBodies()1380 if (isOldIdUnmapped(resId)) { in mapTypeConst()
220 bool isOldIdUnmapped(spv::Id oldId) const { return localId(oldId) == unmapped; } in isOldIdUnmapped() function222 …bool isOldIdMapped(spv::Id oldId) const { return !isOldIdUnused(oldId) && !isOldIdUnmapped(oldId… in isOldIdMapped()