Searched refs:OptResult (Results 1 – 2 of 2) sorted by relevance
162 std::optional<QuotRemPair> OptResult = insertFastDivAndRem(); in getReplacement() local164 if (!OptResult) in getReplacement()166 CacheI = Cache.insert({Key, *OptResult}).first; in getReplacement()
1535 std::optional<ValueLatticeElement> OptResult = getBlockValue(V, BB, CxtI); in getValueInBlock() local1536 if (!OptResult) { in getValueInBlock()1538 OptResult = getBlockValue(V, BB, CxtI); in getValueInBlock()1539 assert(OptResult && "Value not available after solving"); in getValueInBlock()1542 ValueLatticeElement Result = *OptResult; in getValueInBlock()