Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1450 Optional<ValueLatticeElement> OptResult = getBlockValue(V, BB); in getValueInBlock() local
1451 if (!OptResult) { in getValueInBlock()
1453 OptResult = getBlockValue(V, BB); in getValueInBlock()
1454 assert(OptResult && "Value not available after solving"); in getValueInBlock()
1456 ValueLatticeElement Result = *OptResult; in getValueInBlock()