Lines Matching refs:MetadataAsValue
161 return isa<MetadataAsValue>(V) ? dyn_cast<ValueAsMetadata>( in getAsMetadata()
162 cast<MetadataAsValue>(V)->getMetadata()) in getAsMetadata()
184 setRawLocation(isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp()
185 ? cast<MetadataAsValue>(NewValue)->getMetadata() in replaceVariableLocationOp()
203 setRawLocation(isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp()
204 ? cast<MetadataAsValue>(NewValue)->getMetadata() in replaceVariableLocationOp()
291 MetadataAsValue::get(Context, getRawLocation()), in createDebugIntrinsic()
292 MetadataAsValue::get(Context, getVariable()), in createDebugIntrinsic()
293 MetadataAsValue::get(Context, getExpression()), in createDebugIntrinsic()
294 MetadataAsValue::get(Context, getAssignID()), in createDebugIntrinsic()
295 MetadataAsValue::get(Context, getRawAddress()), in createDebugIntrinsic()
296 MetadataAsValue::get(Context, getAddressExpression())}; in createDebugIntrinsic()
300 Value *Args[] = {MetadataAsValue::get(Context, getRawLocation()), in createDebugIntrinsic()
301 MetadataAsValue::get(Context, getVariable()), in createDebugIntrinsic()
302 MetadataAsValue::get(Context, getExpression())}; in createDebugIntrinsic()