Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ simplify_const
Function
simplify_const
smt/expr.cpp:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
static expr simplify_const(expr &&e) { return e.simplifyNoTimeout(); }
49
50
template <typename... Exprs>
51
static expr simplify_const(expr &&e, const expr &input,
Callers
15
binop_fold
Method · 0.85
unop_fold
Method · 0.85
fadd
Method · 0.85
fsub
Method · 0.85
fmul
Method · 0.85
fdiv
Method · 0.85
frem
Method · 0.85
sqrt
Method · 0.85
fma
Method · 0.85
round
Method · 0.85
sext
Method · 0.85
extract
Method · 0.85
Calls
3
simplifyNoTimeout
Method · 0.80
isConst
Method · 0.45
simplify
Method · 0.45
Tested by
no test coverage detected