Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp164 Optional<QuotRemPair> OptResult = insertFastDivAndRem(); in getReplacement() local
166 if (!OptResult) in getReplacement()
168 CacheI = Cache.insert({Key, *OptResult}).first; in getReplacement()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1431 Optional<ValueLatticeElement> OptResult = getBlockValue(V, BB); in getValueInBlock() local
1432 if (!OptResult) { in getValueInBlock()
1434 OptResult = getBlockValue(V, BB); in getValueInBlock()
1435 assert(OptResult && "Value not available after solving"); in getValueInBlock()
1437 ValueLatticeElement Result = *OptResult; in getValueInBlock()