Lines Matching defs:input
43 ValueNode* input = node->input(i).node();
44 if (input->value_representation() != repr) {
50 str << node->opcode() << " (input @" << i << " = " << input->opcode()
51 << ") type " << input->value_representation() << " is not " << repr;
68 // No input.
77 // TODO(victorgomes): Can we check that the input is actually a map?
79 // TODO(victorgomes): Can we check that the input is Boolean?
112 // TODO(victorgomes): Can we check that first input is an Object?