Home | History | Annotate | Download | only in AST

Lines Matching refs:getNumOutputs

384   if (Node->getNumOutputs() != 0 || Node->getNumInputs() != 0 ||
388 for (unsigned i = 0, e = Node->getNumOutputs(); i != e; ++i) {