Home
last modified time | relevance | path

Searched refs:sigma_op (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Doperation-typer.h65 Type TypeTypeGuard(const Operator* sigma_op, Type input);
Doperation-typer.cc1179 Type OperationTyper::TypeTypeGuard(const Operator* sigma_op, Type input) { in TypeTypeGuard() argument
1180 return Type::Intersect(input, TypeGuardTypeOf(sigma_op), zone()); in TypeTypeGuard()