Searched refs:singleton_false (Results 1 – 3 of 3) sorted by relevance
58 Type* singleton_false() const { return singleton_false_; } in singleton_false() function
987 if (type->Is(singleton_false())) return singleton_true(); in Invert()988 if (type->Is(singleton_true())) return singleton_false(); in Invert()1005 : singleton_false(); in FalsifyUndefined()
47 singleton_false_ = operation_typer_.singleton_false(); in Typer()