Lines Matching refs:getNumArgs

460   for (int i = 0, e = tree.getNumArgs(); i != e; ++i) {  in emitNativeCodeMatch()
496 for (int i = 0, e = tree.getNumArgs() - tail.numDirectives; i != e; ++i) { in emitNativeCodeMatch()
503 for (int i = 0, e = tree.getNumArgs() - tail.numDirectives; i != e; ++i) { in emitNativeCodeMatch()
585 for (int i = 0, e = tree.getNumArgs(), nextOperand = 0; i != e; ++i) { in emitOpMatch()
693 if (eitherArgTree.getNumArgs() != numEitherArgs) in emitEitherOperandMatch()
930 for (unsigned i = 0, e = tree.getNumArgs(); i != e; ++i) in collectOps()
1135 if (tree.getNumArgs() != 1) { in handleReplaceWithValue()
1154 if (tree.getNumArgs() == 0) in handleLocationDirective()
1161 if (tree.getNumArgs() == 1) { in handleLocationDirective()
1175 for (int i = 0, e = tree.getNumArgs(); i != e; ++i) { in handleLocationDirective()
1261 for (int i = 0, e = tree.getNumArgs() - tail.numDirectives; i != e; ++i) { in handleReplaceWithNativeCodeCall()
1336 auto numPatArgs = tree.getNumArgs(); in getTrailingDirectives()
1383 auto numOpArgs = resultOp.getNumArgs(); in handleOpCreation()
1384 auto numPatArgs = tree.getNumArgs(); in handleOpCreation()
1404 for (int i = 0, e = tree.getNumArgs() - tail.numDirectives; i != e; ++i) { in handleOpCreation()
1492 auto numRetTys = tail.returnType.getNumArgs(); in handleOpCreation()
1523 for (int argIndex = 0, e = resultOp.getNumArgs(); argIndex < e; ++argIndex) { in createSeparateLocalVarsForOpArgs()
1573 for (int argIndex = 0, numOpArgs = resultOp.getNumArgs(); in supplyValuesForOpArgs()
1626 for (int argIndex = 0, e = resultOp.getNumArgs(); argIndex < e; ++argIndex) { in createAggregateLocalVarsForOpArgs()
1729 for (unsigned i = 0, e = node.getNumArgs(); i < e; ++i) in addPattern()