HomeSort by relevance Sort by last modified time
    Searched full:vtrue_type (Results 1 - 1 of 1) sorted by null

  /external/v8/src/compiler/
typed-optimization.cc 280 Type* const vtrue_type = NodeProperties::GetType(vtrue); local
291 if (vtrue_type->Is(true_type_) && vfalse_type->Is(false_type_)) {
295 if (vtrue_type->Is(false_type_) && vfalse_type->Is(true_type_)) {
303 Type* type = Type::Union(vtrue_type, vfalse_type, graph()->zone());

Completed in 418 milliseconds