Searched refs:TypeTypeGuard (Results 1 – 6 of 6) sorted by relevance
43 new_type = op_typer_.TypeTypeGuard( in Reduce()
71 Type TypeTypeGuard(const Operator* sigma_op, Type input);
199 Type output_type = op_typer.TypeTypeGuard(node->op(), InputType(node, 0)); in VisitNode()
1021 Type Typer::Visitor::TypeTypeGuard(Node* node) { in TypeTypeGuard() function in v8::internal::compiler::Typer::Visitor1023 return typer_->operation_typer()->TypeTypeGuard(node->op(), type); in TypeTypeGuard()
1299 Type OperationTyper::TypeTypeGuard(const Operator* sigma_op, Type input) { in TypeTypeGuard() function in v8::internal::compiler::OperationTyper
493 new_type = op_typer_.TypeTypeGuard(node->op(), in UpdateFeedbackType()