Searched refs:NewReplVal (Results 1 – 1 of 1) sorted by relevance
2439 std::optional<Value *> NewReplVal = ValuesMap.lookup(CurrInst); in getReplacementValue() local2442 ReplVal = NewReplVal; in getReplacementValue()2447 if (NewReplVal) in getReplacementValue()2448 if (ReplVal != NewReplVal) in getReplacementValue()2454 std::optional<Value *> NewReplVal = getValueForCall(A, *CurrInst, ICV); in getReplacementValue() local2455 if (!NewReplVal) in getReplacementValue()2460 ReplVal = NewReplVal; in getReplacementValue()2466 if (ReplVal != NewReplVal) in getReplacementValue()2525 std::optional<Value *> NewReplVal = in updateImpl() local2529 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()[all …]