Home
last modified time | relevance | path

Searched refs:input1_type (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc415 Type input1_type; in UpdateFeedbackType() local
416 if (node->InputCount() > 1) input1_type = FeedbackTypeOf(node->InputAt(1)); 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()
465 Type::Intersect(op_typer_.CheckBounds(input0_type, input1_type), in UpdateFeedbackType()
1540 Type input0_type, Type input1_type, in VisitForCheckedInt32Mul()
1550 IsSomePositiveOrderedNumber(input1_type)) { in VisitForCheckedInt32Mul()
2428 Type input1_type = TypeOf(node->InputAt(1)); in VisitNode() local
2436 input1_type, in VisitNode()
2443 VisitForCheckedInt32Mul<T>(node, truncation, input0_type, input1_type, in VisitNode()
1539 VisitForCheckedInt32Mul(Node* node, Truncation truncation, Type input0_type, Type input1_type, UseInfo input_use) VisitForCheckedInt32Mul() argument
[all...]

Completed in 6 milliseconds