Lines Matching refs:NewValue
83 Value *NewValue) { in replaceVariableLocationOp() argument
84 assert(NewValue && "Values must be non-null"); in replaceVariableLocationOp()
89 Value *NewOperand = isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp()
90 ? NewValue in replaceVariableLocationOp()
92 getContext(), ValueAsMetadata::get(NewValue)); in replaceVariableLocationOp()
96 ValueAsMetadata *NewOperand = getAsMetadata(NewValue); in replaceVariableLocationOp()
103 Value *NewValue) { in replaceVariableLocationOp() argument
106 Value *NewOperand = isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp()
107 ? NewValue in replaceVariableLocationOp()
109 getContext(), ValueAsMetadata::get(NewValue)); in replaceVariableLocationOp()
113 ValueAsMetadata *NewOperand = getAsMetadata(NewValue); in replaceVariableLocationOp()