Lines Matching refs:NewReplVal
2440 std::optional<Value *> NewReplVal = ValuesMap.lookup(CurrInst); in getReplacementValue() local
2443 ReplVal = NewReplVal; in getReplacementValue()
2448 if (NewReplVal) in getReplacementValue()
2449 if (ReplVal != NewReplVal) in getReplacementValue()
2455 std::optional<Value *> NewReplVal = getValueForCall(A, *CurrInst, ICV); in getReplacementValue() local
2456 if (!NewReplVal) in getReplacementValue()
2461 ReplVal = NewReplVal; in getReplacementValue()
2467 if (ReplVal != NewReplVal) in getReplacementValue()
2526 std::optional<Value *> NewReplVal = in updateImpl() local
2530 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()
2533 UniqueICVValue = NewReplVal; in updateImpl()
2607 std::optional<Value *> NewReplVal = in updateImpl() local
2610 if (ReplVal == NewReplVal) in updateImpl()
2613 ReplVal = NewReplVal; in updateImpl()
2666 std::optional<Value *> NewReplVal = in updateImpl() local
2669 if (ReplVal == NewReplVal) in updateImpl()
2672 ReplVal = NewReplVal; in updateImpl()