Home
last modified time | relevance | path

Searched refs:CItr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp46 auto CItr = CachedConstantEntries.find(std::make_pair(C->getValue(), Size)); in addEntry() local
47 if (CItr != CachedConstantEntries.end()) in addEntry()
48 return CItr->second; in addEntry()