Searched refs:NewReplVal (Results 1 – 1 of 1) sorted by relevance
2314 std::optional<Value *> NewReplVal = ValuesMap.lookup(CurrInst); in getReplacementValue() local2317 ReplVal = NewReplVal; in getReplacementValue()2322 if (NewReplVal) in getReplacementValue()2323 if (ReplVal != NewReplVal) in getReplacementValue()2329 std::optional<Value *> NewReplVal = getValueForCall(A, *CurrInst, ICV); in getReplacementValue() local2330 if (!NewReplVal) in getReplacementValue()2335 ReplVal = NewReplVal; in getReplacementValue()2341 if (ReplVal != NewReplVal) in getReplacementValue()2400 std::optional<Value *> NewReplVal = in updateImpl() local2404 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()[all …]