Searched refs:cached_constant (Results 1 – 1 of 1) sorted by relevance
305 auto cached_constant = cache->find(value); in CreateConstant() local306 if (cached_constant != cache->end()) { in CreateConstant()307 constant = cached_constant->second; in CreateConstant()