Searched refs:OptResult (Results 1 – 3 of 3) sorted by relevance
164 Optional<QuotRemPair> OptResult = insertFastDivAndRem(); in getReplacement() local166 if (!OptResult) in getReplacement()168 CacheI = Cache.insert({Key, *OptResult}).first; in getReplacement()
1458 Optional<ValueLatticeElement> OptResult = getBlockValue(V, BB); in getValueInBlock() local1459 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()