Searched refs:input0_type (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-lowering.cc | 413 Type input0_type; in UpdateFeedbackType() local 414 if (node->InputCount() > 0) input0_type = FeedbackTypeOf(node->InputAt(0)); in UpdateFeedbackType() 421 new_type = op_typer_.Name(input0_type, input1_type); \ in UpdateFeedbackType() 430 new_type = Type::Intersect(op_typer_.Name(input0_type, input1_type), \ in UpdateFeedbackType() 440 new_type = op_typer_.Name(input0_type); \ in UpdateFeedbackType() 448 new_type = Type::Intersect(op_typer_.Name(input0_type), \ in UpdateFeedbackType() 456 new_type = op_typer_.ConvertReceiver(input0_type); in UpdateFeedbackType() 460 new_type = op_typer_.ToNumber(input0_type); in UpdateFeedbackType() 465 Type::Intersect(op_typer_.CheckBounds(input0_type, input1_type), in UpdateFeedbackType() 470 new_type = Type::Intersect(op_typer_.CheckFloat64Hole(input0_type), in UpdateFeedbackType() 1539 VisitForCheckedInt32Mul(Node* node, Truncation truncation, Type input0_type, Type input1_type, UseInfo input_use) VisitForCheckedInt32Mul() argument 2427 Type input0_type = TypeOf(node->InputAt(0)); VisitNode() local [all...] |
Completed in 4 milliseconds