Searched refs:DbgOperand (Results 1 – 2 of 2) sorted by relevance
817 SDDbgOperand DbgOperand = SD->getLocationOps()[OpIdx]; in EmitDbgInstrRef() local823 if (DbgOperand.getKind() == SDDbgOperand::VREG) { in EmitDbgInstrRef()824 VReg = DbgOperand.getVReg(); in EmitDbgInstrRef()834 } else if (DbgOperand.getKind() == SDDbgOperand::SDNODE) { in EmitDbgInstrRef()836 SDNode *Node = DbgOperand.getSDNode(); in EmitDbgInstrRef()837 SDValue Op = SDValue(Node, DbgOperand.getResNo()); in EmitDbgInstrRef()855 assert(DbgOperand.getKind() == SDDbgOperand::CONST); in EmitDbgInstrRef()856 MOs.push_back(GetMOForConstDbgOp(DbgOperand)); in EmitDbgInstrRef()
2030 for (auto DbgOperand : DbgInstruction->location_ops()) { in cloneInstructions() local2031 auto DbgOperandInstruction = dyn_cast<Instruction>(DbgOperand); in cloneInstructions()2038 std::pair<Value *, Value *>(DbgOperand, I->second)); in cloneInstructions()