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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp164 Optional<QuotRemPair> OptResult = insertFastDivAndRem(); local
166 if (!OptResult)
168 CacheI = Cache.insert({Key, *OptResult}).first;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1455 Optional<ValueLatticeElement> OptResult = getBlockValue(V, BB);
1456 if (!OptResult) {
1458 OptResult = getBlockValue(V, BB);
1459 assert(OptResult && "Value not available after solving");
1461 ValueLatticeElement Result = *OptResult;

Completed in 108 milliseconds