Searched refs:lastType (Results 1 – 2 of 2) sorted by relevance
562 std::optional<chpe_range_type> lastType; in createECCodeMap() local566 if (lastType) { in createECCodeMap()567 codeMap.push_back({first, last, *lastType}); in createECCodeMap()568 lastType.reset(); in createECCodeMap()580 if (chunkType != lastType) { in createECCodeMap()583 lastType = chunkType; in createECCodeMap()
3401 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()