MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / isGLB

Method isGLB

chapter24/src/main/java/com/seaofnodes/simple/type/Type.java:463–463  ·  view source on GitHub ↗
(boolean mem)

Source from the content-addressed store, hash-verified

461 // Compute greatest lower bound in the lattice. If values are in memory,
462 // ints and floats cannot widen.
463 public final boolean isGLB(boolean mem) { return recurClose(recurOpen()._isGLB(mem)); };
464 boolean _isGLB(boolean mem) {
465 return switch(_type) {
466 case TBOT -> false;

Callers 1

glbMethod · 0.95

Calls 3

recurCloseMethod · 0.95
recurOpenMethod · 0.95
_isGLBMethod · 0.45

Tested by

no test coverage detected