Searched refs:OptResult (Results 1 – 2 of 2) sorted by relevance
161 std::optional<QuotRemPair> OptResult = insertFastDivAndRem(); in getReplacement() local163 if (!OptResult) in getReplacement()165 CacheI = Cache.insert({Key, *OptResult}).first; in getReplacement()
1611 std::optional<ValueLatticeElement> OptResult = getBlockValue(V, BB, CxtI); in getValueInBlock() local1612 if (!OptResult) { in getValueInBlock()1614 OptResult = getBlockValue(V, BB, CxtI); in getValueInBlock()1615 assert(OptResult && "Value not available after solving"); in getValueInBlock()1618 ValueLatticeElement Result = *OptResult; in getValueInBlock()