Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp158 auto CacheI = Cache.find(Key); in getReplacement() local
160 if (CacheI == Cache.end()) { in getReplacement()
166 CacheI = Cache.insert({Key, *OptResult}).first; in getReplacement()
169 QuotRemPair &Value = CacheI->second; in getReplacement()