Lines Matching refs:NewReplVal
2518 Optional<Value *> NewReplVal = ValuesMap.lookup(CurrInst); in getReplacementValue() local
2521 ReplVal = NewReplVal; in getReplacementValue()
2526 if (NewReplVal) in getReplacementValue()
2527 if (ReplVal != NewReplVal) in getReplacementValue()
2533 Optional<Value *> NewReplVal = getValueForCall(A, *CurrInst, ICV); in getReplacementValue() local
2534 if (!NewReplVal) in getReplacementValue()
2539 ReplVal = NewReplVal; in getReplacementValue()
2545 if (ReplVal != NewReplVal) in getReplacementValue()
2604 Optional<Value *> NewReplVal = in updateImpl() local
2608 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()
2611 UniqueICVValue = NewReplVal; in updateImpl()
2685 Optional<Value *> NewReplVal = in updateImpl() local
2688 if (ReplVal == NewReplVal) in updateImpl()
2691 ReplVal = NewReplVal; in updateImpl()
2744 Optional<Value *> NewReplVal = in updateImpl() local
2747 if (ReplVal == NewReplVal) in updateImpl()
2750 ReplVal = NewReplVal; in updateImpl()