Lines Matching refs:NewValue
287 Value *NewValue, in replaceVariableLocationOp() argument
289 assert(NewValue && "Values must be non-null"); in replaceVariableLocationOp()
293 setAddress(NewValue); in replaceVariableLocationOp()
305 setRawLocation(isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp()
306 ? cast<MetadataAsValue>(NewValue)->getMetadata() in replaceVariableLocationOp()
307 : ValueAsMetadata::get(NewValue)); in replaceVariableLocationOp()
314 ValueAsMetadata *NewOperand = getAsMetadata(NewValue); in replaceVariableLocationOp()
321 Value *NewValue) { in replaceVariableLocationOp() argument
325 setRawLocation(isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp()
326 ? cast<MetadataAsValue>(NewValue)->getMetadata() in replaceVariableLocationOp()
327 : ValueAsMetadata::get(NewValue)); in replaceVariableLocationOp()
332 ValueAsMetadata *NewOperand = getAsMetadata(NewValue); in replaceVariableLocationOp()