Searched refs:numTreeArgs (Results 1 – 1 of 1) sorted by relevance
625 auto numTreeArgs = tree.getNumArgs(); in collectBoundSymbols() local636 for (int i = 0; i != numTreeArgs; ++i) { in collectBoundSymbols()682 if (numTreeArgs != 0) { in collectBoundSymbols()683 if (auto lastArg = tree.getArgAsNestedDag(numTreeArgs - 1)) in collectBoundSymbols()687 if (numOpArgs != numTreeArgs - hasLocDirective) { in collectBoundSymbols()690 op.getOperationName(), numTreeArgs, numOpArgs); in collectBoundSymbols()702 for (int i = 0; i != numTreeArgs; ++i) { in collectBoundSymbols()