Lines Matching refs:MetadataAsValue
281 return isa<MetadataAsValue>(V) ? dyn_cast<ValueAsMetadata>( in getAsMetadata()
282 cast<MetadataAsValue>(V)->getMetadata()) in getAsMetadata()
305 setRawLocation(isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp()
306 ? cast<MetadataAsValue>(NewValue)->getMetadata() in replaceVariableLocationOp()
325 setRawLocation(isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp()
326 ? cast<MetadataAsValue>(NewValue)->getMetadata() in replaceVariableLocationOp()
436 MetadataAsValue::get(Context, getRawLocation()), in createDebugIntrinsic()
437 MetadataAsValue::get(Context, getVariable()), in createDebugIntrinsic()
438 MetadataAsValue::get(Context, getExpression()), in createDebugIntrinsic()
439 MetadataAsValue::get(Context, getAssignID()), in createDebugIntrinsic()
440 MetadataAsValue::get(Context, getRawAddress()), in createDebugIntrinsic()
441 MetadataAsValue::get(Context, getAddressExpression())}; in createDebugIntrinsic()
445 Value *Args[] = {MetadataAsValue::get(Context, getRawLocation()), in createDebugIntrinsic()
446 MetadataAsValue::get(Context, getVariable()), in createDebugIntrinsic()
447 MetadataAsValue::get(Context, getExpression())}; in createDebugIntrinsic()
464 MetadataAsValue::get(getDebugLoc()->getContext(), getLabel())}; in createDebugIntrinsic()