Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp164 Optional<QuotRemPair> OptResult = insertFastDivAndRem(); in getReplacement() local
166 if (!OptResult) in getReplacement()
168 CacheI = Cache.insert({Key, *OptResult}).first; in getReplacement()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp164 Optional<QuotRemPair> OptResult = insertFastDivAndRem(); in getReplacement() local
166 if (!OptResult) in getReplacement()
168 CacheI = Cache.insert({Key, *OptResult}).first; in getReplacement()
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1458 Optional<ValueLatticeElement> OptResult = getBlockValue(V, BB); in getValueInBlock() local
1459 if (!OptResult) { in getValueInBlock()
1461 OptResult = getBlockValue(V, BB); in getValueInBlock()
1462 assert(OptResult && "Value not available after solving"); in getValueInBlock()
1464 ValueLatticeElement Result = *OptResult; in getValueInBlock()