Home | History | Annotate | Download | only in compiler

Lines Matching refs:old_input

261 static void CheckToI32(Node* old_input, Node* new_input, bool is_signed) {
262 Type* old_type = NodeProperties::GetBounds(old_input).upper;
265 CHECK_EQ(old_input, new_input);