Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperation-typer.h58 Type* singleton_false() const { return singleton_false_; } in singleton_false() function
Doperation-typer.cc950 if (type->Is(singleton_false())) return singleton_true(); in Invert()
951 if (type->Is(singleton_true())) return singleton_false(); in Invert()
968 : singleton_false(); in FalsifyUndefined()