Searched refs:OptResult (Results 1 – 2 of 2) sorted by relevance
164 Optional<QuotRemPair> OptResult = insertFastDivAndRem(); in getReplacement() local166 if (!OptResult) in getReplacement()168 CacheI = Cache.insert({Key, *OptResult}).first; in getReplacement()
1431 Optional<ValueLatticeElement> OptResult = getBlockValue(V, BB); in getValueInBlock() local1432 if (!OptResult) { in getValueInBlock()1434 OptResult = getBlockValue(V, BB); in getValueInBlock()1435 assert(OptResult && "Value not available after solving"); in getValueInBlock()1437 ValueLatticeElement Result = *OptResult; in getValueInBlock()