HomeSort by relevance Sort by last modified time
    Searched refs:TypeTypeGuard (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
type-narrowing-reducer.cc 45 new_type = op_typer_.TypeTypeGuard(
operation-typer.h 65 Type TypeTypeGuard(const Operator* sigma_op, Type input);
operation-typer.cc     [all...]
typer.cc 920 Type Typer::Visitor::TypeTypeGuard(Node* node) {
922 return typer_->operation_typer()->TypeTypeGuard(node->op(), type);
    [all...]
simplified-lowering.cc 507 new_type = op_typer_.TypeTypeGuard(node->op(),
    [all...]

Completed in 103 milliseconds