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

  /external/v8/src/compiler/
operation-typer.h 50 Type* TypeTypeGuard(const Operator* sigma_op, Type* input);
typer.cc 860 Type* Typer::Visitor::TypeTypeGuard(Node* node) {
862 return typer_->operation_typer()->TypeTypeGuard(node->op(), type);
    [all...]
operation-typer.cc     [all...]
simplified-lowering.cc 470 new_type = op_typer_.TypeTypeGuard(node->op(),
    [all...]

Completed in 238 milliseconds