Searched refs:DbgInstruction (Results 1 – 1 of 1) sorted by relevance
2088 auto DbgInstruction = dyn_cast<DbgValueInst>(NewInst); in cloneInstructions() local2089 if (!DbgInstruction) in cloneInstructions()2093 for (auto DbgOperand : DbgInstruction->location_ops()) { in cloneInstructions()2106 DbgInstruction->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()