Lines Matching defs:TiedCount
203 // TiedCount keeps track of the number of operands skipped in Inst
208 unsigned TiedCount = 0;
215 TiedCount++;
218 if (DefInit *DI = dyn_cast<DefInit>(Dag->getArg(I - TiedCount))) {
238 Dag->getArgNameStr(I - TiedCount) + "' has type '" +
245 } else if (IntInit *II = dyn_cast<IntInit>(Dag->getArg(I - TiedCount))) {
357 // TiedCount keeps track of the number of operands skipped in Inst
359 unsigned TiedCount = 0;
364 ++TiedCount;
381 unsigned DagArgIdx = I - TiedCount;