Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1459 Optional<ValueLatticeElement> OptResult = getBlockValue(V, BB, CxtI); in getValueInBlock() local
1460 if (!OptResult) { in getValueInBlock()
1462 OptResult = getBlockValue(V, BB, CxtI); in getValueInBlock()
1463 assert(OptResult && "Value not available after solving"); in getValueInBlock()
1466 ValueLatticeElement Result = *OptResult; in getValueInBlock()