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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp160 auto CacheI = Cache.find(Key); local
162 if (CacheI == Cache.end()) {
168 CacheI = Cache.insert({Key, *OptResult}).first;
171 QuotRemPair &Value = CacheI->second;

Completed in 93 milliseconds