Searched refs:TiedInstOpIdx (Results 1 – 1 of 1) sorted by relevance
362 int TiedInstOpIdx = DestInst.Operands[I].getTiedRegister(); in createInstOperandMapping() local363 if (TiedInstOpIdx != -1) { in createInstOperandMapping()365 DestOperandMap[I].Data = DestOperandMap[TiedInstOpIdx].Data; in createInstOperandMapping()366 DestOperandMap[I].Kind = DestOperandMap[TiedInstOpIdx].Kind; in createInstOperandMapping()373 << TiedInstOpIdx << "'\n"); in createInstOperandMapping()