Searched refs:lastType (Results 1 – 3 of 3) sorted by relevance
92 void emitLastNodeInvocation(TypeNode lastType);135 TypeNode lastType; in emitNodeInvocations() local167 lastType = type; in emitNodeInvocations()170 emitLastNodeInvocation(lastType); in emitNodeInvocations()
593 std::optional<chpe_range_type> lastType; in createECCodeMap() local597 if (lastType) { in createECCodeMap()598 codeMap.push_back({first, last, *lastType}); in createECCodeMap()599 lastType.reset(); in createECCodeMap()611 if (chunkType != lastType) { in createECCodeMap()614 lastType = chunkType; in createECCodeMap()
3520 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()