Lines Matching refs:ValueInputCount
380 int arity = node->op()->ValueInputCount();
400 for (int i = 0; i < node->op()->ValueInputCount(); i++) {
825 DCHECK_EQ(1, node->op()->ValueInputCount());
830 DCHECK_EQ(1, node->op()->ValueInputCount());
843 DCHECK_EQ(2, node->op()->ValueInputCount());
854 DCHECK_EQ(2, node->op()->ValueInputCount());
870 node->TrimInputCount(dead_value->ValueInputCount());
897 DCHECK_EQ(new_op->ValueInputCount(), node->op()->ValueInputCount());
907 node->TrimInputCount(new_op->ValueInputCount());
918 DCHECK_EQ(new_op->ValueInputCount(), 2);
919 DCHECK_EQ(node->op()->ValueInputCount(), 1);
930 node->TrimInputCount(node->op()->ValueInputCount());
1057 DCHECK_EQ(2, node->op()->ValueInputCount());
1075 DCHECK_EQ(2, node->op()->ValueInputCount());
1090 DCHECK_EQ(1, node->op()->ValueInputCount());
1192 int values = node->op()->ValueInputCount();
1241 int value_input_count = node->op()->ValueInputCount();
1356 DCHECK_EQ(5, node->op()->ValueInputCount());
1935 const int value_input_count = node->op()->ValueInputCount();
2082 for (int i = 0; i < node->op()->ValueInputCount(); i++) {
2105 if (node->op()->ValueInputCount() > 0 &&
4135 DCHECK_EQ(node->op()->ValueInputCount(), 1);