MCPcopy Create free account
hub / github.com/argotorg/solidity / knownZero

Method knownZero

libevmasm/ExpressionClasses.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162bool ExpressionClasses::knownZero(Id _c)
163{
164 return Pattern(u256(0)).matches(representative(_c), *this);
165}
166
167bool ExpressionClasses::knownNonZero(Id _c)
168{

Callers 4

estimateMaxMethod · 0.80
memoryGasMethod · 0.80
optimizeBreakingItemMethod · 0.80
handleQueueItemMethod · 0.80

Calls 2

PatternClass · 0.70
matchesMethod · 0.45

Tested by

no test coverage detected