Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyped-optimization.cc508 Type const vtrue_type = NodeProperties::GetType(vtrue); in ReduceSelect() local
519 if (vtrue_type.Is(true_type_) && vfalse_type.Is(false_type_)) { in ReduceSelect()
523 if (vtrue_type.Is(false_type_) && vfalse_type.Is(true_type_)) { in ReduceSelect()
531 Type type = Type::Union(vtrue_type, vfalse_type, graph()->zone()); in ReduceSelect()