Searched refs:NewReplVal (Results 1 – 1 of 1) sorted by relevance
2442 std::optional<Value *> NewReplVal = ValuesMap.lookup(CurrInst); in getReplacementValue() local2445 ReplVal = NewReplVal; in getReplacementValue()2450 if (NewReplVal) in getReplacementValue()2451 if (ReplVal != NewReplVal) in getReplacementValue()2457 std::optional<Value *> NewReplVal = getValueForCall(A, *CurrInst, ICV); in getReplacementValue() local2458 if (!NewReplVal) in getReplacementValue()2463 ReplVal = NewReplVal; in getReplacementValue()2469 if (ReplVal != NewReplVal) in getReplacementValue()2528 std::optional<Value *> NewReplVal = in updateImpl() local2532 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()[all …]