MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / umin

Method umin

smt/expr.cpp:1123–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121}
1122
1123expr expr::umin(const expr &rhs) const {
1124 return mkIf(ule(rhs), *this, rhs);
1125}
1126
1127expr expr::umax(const expr &rhs) const {
1128 return mkIf(uge(rhs), *this, rhs);

Callers 2

memset_patternMethod · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected