sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
ValueRangePropagator.visit
d
semantic
vrp
ValueRangePropagator
Undocumented in source. Be warned that the author may not have intended to support it.
VR
visit
(Expression e)
VR
visit
(BooleanLiteral e)
struct
ValueRangePropagator
(T)
VR
visit
(
BooleanLiteral
e
)
if
(
is
(
T
==
uint
) ||
is
(
T
==
ulong
)
)
VR
visit
(IntegerLiteral e)
VR
visit
(BinaryExpression e)
VR
visit
(UnaryExpression e)
VR
visit
(VariableExpression e)
VR
visit
(Variable v)
VR
visit
(CastExpression e)
Meta
Source
See Implementation
d
semantic
vrp
ValueRangePropagator
aliases
VR
constructors
this
functions
canFit
visit