Searched refs:CachedConstantEntries (Results 1 – 2 of 2) sorted by relevance
46 auto CItr = CachedConstantEntries.find(std::make_pair(C->getValue(), Size)); in addEntry()47 if (CItr != CachedConstantEntries.end()) in addEntry()64 CachedConstantEntries[std::make_pair(C->getValue(), Size)] = SymRef; in addEntry()73 CachedConstantEntries.clear(); in clearCache()
50 CachedConstantEntries; variable